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.PROTOCOLProtocol 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 WsClientWsClient.create(io.helidon.webclient.websocket.WsClientConfig clientConfig) Create a new WebSocket client with custom configuration.static WsClientCreate 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 TypeClassDescriptionclassA client for WebSocket, that directly invokes routing (and bypasses network).