Uses of Class
io.helidon.webclient.websocket.WsClientConfig.Builder
Packages that use WsClientConfig.Builder
-
Uses of WsClientConfig.Builder in io.helidon.webclient.websocket
Methods in io.helidon.webclient.websocket that return WsClientConfig.BuilderModifier and TypeMethodDescriptionstatic WsClientConfig.Builder
WsClient.builder()
A new fluent API builder to create new instances of client.static WsClientConfig.Builder
WsClientConfig.builder()
Create a new fluent API builder to customize configuration.static WsClientConfig.Builder
WsClientConfig.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 WsClient
WsClient.create
(Consumer<WsClientConfig.Builder> consumer) Create a new WebSocket client customizing its configuration.