Uses of Class
io.helidon.webclient.websocket.WsClientConfig.Builder
Packages that use WsClientConfig.Builder
-
Uses of WsClientConfig.Builder in io.helidon.webclient.websocket
Subclasses with type arguments of type WsClientConfig.Builder in io.helidon.webclient.websocketClasses in io.helidon.webclient.websocket that implement interfaces with type arguments of type WsClientConfig.BuilderMethods in io.helidon.webclient.websocket that return WsClientConfig.BuilderModifier and TypeMethodDescriptionstatic WsClientConfig.BuilderWsClient.builder()A new fluent API builder to create new instances of client.static WsClientConfig.BuilderWsClientConfig.builder()Create a new fluent API builder to customize configuration.static WsClientConfig.BuilderWsClientConfig.builder(WsClientConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webclient.websocket with type arguments of type WsClientConfig.BuilderModifier and TypeMethodDescriptionstatic WsClientWsClient.create(Consumer<WsClientConfig.Builder> consumer) Create a new WebSocket client customizing its configuration.