Uses of Interface
io.helidon.webclient.websocket.WsClientConfig
Packages that use WsClientConfig
Package
Description
Helidon WebClient WebSocket Support.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
-
Uses of WsClientConfig in io.helidon.webclient.websocket
Classes in io.helidon.webclient.websocket with type parameters of type WsClientConfigModifier and TypeClassDescriptionstatic class
WsClientConfig.BuilderBase<BUILDER extends WsClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WsClientConfig> Fluent API builder base forWsClient
.Classes in io.helidon.webclient.websocket that implement WsClientConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.websocket that return WsClientConfigModifier and TypeMethodDescriptionWsClientConfig.Builder.buildPrototype()
static WsClientConfig
WsClientConfig.create()
Create a new instance with default values.static WsClientConfig
Create a new instance from configuration.Methods in io.helidon.webclient.websocket with parameters of type WsClientConfigModifier 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
Methods in io.helidon.webserver.testing.junit5.websocket that return WsClientConfig