Uses of Interface
io.helidon.webclient.websocket.WsClient
Package
Description
Helidon WebClient WebSocket Support.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
-
Uses of WsClient in io.helidon.webclient.websocket
Modifier and TypeFieldDescriptionstatic final Protocol
<WsClient, WsClientProtocolConfig> WsClient.PROTOCOL
Protocol to use to obtain an instance of WebSocket specific client fromWebClient.client(io.helidon.webclient.spi.Protocol)
.Modifier and TypeMethodDescriptionWsClientConfig.Builder.build()
WsClientConfig.BuilderBase.WsClientConfigImpl.build()
static WsClient
WsClient.create
(WsClientConfig clientConfig) Create a new WebSocket client with custom configuration.static WsClient
WsClient.create
(Consumer<WsClientConfig.Builder> consumer) Create a new WebSocket client customizing its configuration.WsClientConfig.BuilderBase.WsClientConfigImpl.get()
WsProtocolProvider.protocol
(WebClient client, WsClientProtocolConfig config) -
Uses of WsClient in io.helidon.webserver.testing.junit5.websocket
Modifier and TypeClassDescriptionclass
A client for WebSocket, that directly invokes routing (and bypasses network).