Uses of Class
io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Uses of WsConfig.BuilderBase in io.helidon.webserver.websocket
Modifier and TypeClassDescriptionstatic class
WsConfig.BuilderBase<BUILDER extends WsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WsConfig> Fluent API builder base forWsConfig
.Modifier and TypeMethodDescriptionWsConfig.BuilderBase.from
(WsConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
WsConfigImpl
(WsConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.