Uses of Interface
io.helidon.webclient.websocket.WsClientConfig
Package
Description
Helidon WebClient WebSocket Support.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
-
Uses of WsClientConfig in io.helidon.webclient.websocket
Modifier and TypeClassDescriptionstatic class
WsClientConfig.BuilderBase<BUILDER extends WsClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WsClientConfig> Fluent API builder base forWsClient
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionWsClientConfig.Builder.buildPrototype()
static WsClientConfig
WsClientConfig.create()
Create a new instance with default values.static WsClientConfig
Create a new instance from configuration.Modifier and TypeMethodDescriptionstatic WsClientConfig.Builder
WsClientConfig.builder
(WsClientConfig instance) Create a new fluent API builder from an existing instance.static WsClient
WsClient.create
(WsClientConfig clientConfig) Create a new WebSocket client with custom configuration.WsClientConfig.BuilderBase.from
(WsClientConfig prototype) Update this builder from an existing prototype instance. -
Uses of WsClientConfig in io.helidon.webserver.testing.junit5.websocket