Uses of Interface
io.helidon.webclient.websocket.WsClient
Packages that use WsClient
Package
Description
Helidon WebClient WebSocket Support.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
-
Uses of WsClient in io.helidon.webclient.websocket
Fields in io.helidon.webclient.websocket with type parameters of type WsClientModifier and TypeFieldDescriptionWsClient.PROTOCOL
Protocol to use to obtain an instance of WebSocket specific clietn fromWebClient.client(io.helidon.webclient.spi.Protocol)
.Methods in io.helidon.webclient.websocket that return WsClientModifier and TypeMethodDescriptionstatic WsClient
WsClient.create
(io.helidon.webclient.websocket.WsClientConfig clientConfig) Create a new WebSocket client with custom configuration.static WsClient
Create a new WebSocket client customizing its configuration.WsProtocolProvider.protocol
(WebClient client, io.helidon.webclient.websocket.WsClientProtocolConfig config) -
Uses of WsClient in io.helidon.webserver.testing.junit5.websocket
Classes in io.helidon.webserver.testing.junit5.websocket that implement WsClientModifier and TypeClassDescriptionclass
A client for WebSocket, that directly invokes routing (and bypasses network).