Uses of Class
io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
Uses of WsClientConfig.BuilderBase in io.helidon.webclient.websocket
Modifier and TypeClassDescriptionstatic class
WsClientConfig.BuilderBase<BUILDER extends WsClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WsClientConfig> Fluent API builder base forWsClient
.Modifier and TypeMethodDescriptionWsClientConfig.BuilderBase.from
(WsClientConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
WsClientConfigImpl
(WsClientConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.