Uses of Class
io.helidon.webserver.websocket.WsConfig.BuilderBase
Packages that use WsConfig.BuilderBase
-
Uses of WsConfig.BuilderBase in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket with type parameters of type WsConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
WsConfig.BuilderBase<BUILDER extends WsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WsConfig> Fluent API builder base forWsConfig
.Subclasses of WsConfig.BuilderBase in io.helidon.webserver.websocketMethods in io.helidon.webserver.websocket with parameters of type WsConfig.BuilderBaseModifier and TypeMethodDescriptionWsConfig.BuilderBase.from
(WsConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.websocket with parameters of type WsConfig.BuilderBaseModifierConstructorDescriptionprotected
WsConfigImpl
(WsConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.