Uses of Interface
io.helidon.webclient.websocket.WsClient
-
Uses of WsClient in io.helidon.webclient.websocket
Fields in io.helidon.webclient.websocket with type parameters of type WsClientModifier and TypeFieldDescriptionstatic final io.helidon.webclient.spi.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(io.helidon.webclient.api.WebClient client, WsClientProtocolConfig config)