Uses of Interface
io.helidon.webclient.websocket.WsClientProtocolConfig
Packages that use WsClientProtocolConfig
-
Uses of WsClientProtocolConfig in io.helidon.webclient.websocket
Classes in io.helidon.webclient.websocket with type parameters of type WsClientProtocolConfigModifier and TypeClassDescriptionstatic class
WsClientProtocolConfig.BuilderBase<BUILDER extends WsClientProtocolConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WsClientProtocolConfig> Fluent API builder base forWsClientProtocolConfig
.Classes in io.helidon.webclient.websocket that implement WsClientProtocolConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Fields in io.helidon.webclient.websocket with type parameters of type WsClientProtocolConfigModifier 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)
.Methods in io.helidon.webclient.websocket that return WsClientProtocolConfigModifier and TypeMethodDescriptionWsClientProtocolConfig.Builder.build()
WsClientProtocolConfig.Builder.buildPrototype()
static WsClientProtocolConfig
WsClientProtocolConfig.create()
Create a new instance with default values.static WsClientProtocolConfig
Create a new instance from configuration.WsProtocolProvider.defaultConfig()
WsClientConfig.BuilderBase.protocolConfig()
WebSocket specific configuration.WsClientConfig.BuilderBase.WsClientConfigImpl.protocolConfig()
Methods in io.helidon.webclient.websocket that return types with arguments of type WsClientProtocolConfigMethods in io.helidon.webclient.websocket with parameters of type WsClientProtocolConfigModifier and TypeMethodDescriptionWsClientProtocolConfig.builder
(WsClientProtocolConfig instance) Create a new fluent API builder from an existing instance.WsClientProtocolConfig.BuilderBase.from
(WsClientProtocolConfig prototype) Update this builder from an existing prototype instance.WsProtocolProvider.protocol
(WebClient client, WsClientProtocolConfig config) WsClientConfig.BuilderBase.protocolConfig
(WsClientProtocolConfig protocolConfig) WebSocket specific configuration.Method parameters in io.helidon.webclient.websocket with type arguments of type WsClientProtocolConfigModifier and TypeMethodDescriptionWsClientConfig.BuilderBase.protocolConfig
(Supplier<? extends WsClientProtocolConfig> supplier) WebSocket specific configuration.