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 TypeFieldDescriptionstatic final Protocol<WsClient, WsClientProtocolConfig> WsClient.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 TypeMethodDescriptionWsClientConfig.Builder.build()WsClientConfig.BuilderBase.WsClientConfigImpl.build()static WsClientWsClient.create(WsClientConfig clientConfig) Create a new WebSocket client with custom configuration.static WsClientWsClient.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
Classes in io.helidon.webserver.testing.junit5.websocket that implement WsClientModifier and TypeClassDescriptionclassA client for WebSocket, that directly invokes routing (and bypasses network).