Uses of Class
io.helidon.webclient.websocket.WsClientConfig.Builder
-
Uses of WsClientConfig.Builder in io.helidon.webclient.websocket
Modifier 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.Modifier and TypeMethodDescriptionstatic WsClient
WsClient.create
(Consumer<WsClientConfig.Builder> consumer) Create a new WebSocket client customizing its configuration.