Uses of Class
io.helidon.webclient.websocket.WsClientConfig.BuilderBase
Packages that use WsClientConfig.BuilderBase
-
Uses of WsClientConfig.BuilderBase in io.helidon.webclient.websocket
Classes in io.helidon.webclient.websocket with type parameters of type WsClientConfig.BuilderBaseModifier and TypeClassDescriptionstatic classWsClientConfig.BuilderBase<BUILDER extends WsClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WsClientConfig> Fluent API builder base forWsClient.Subclasses of WsClientConfig.BuilderBase in io.helidon.webclient.websocketMethods in io.helidon.webclient.websocket with parameters of type WsClientConfig.BuilderBaseModifier and TypeMethodDescriptionWsClientConfig.BuilderBase.from(WsClientConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webclient.websocket with parameters of type WsClientConfig.BuilderBaseModifierConstructorDescriptionprotectedWsClientConfigImpl(WsClientConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.