Uses of Interface
io.helidon.webserver.websocket.WsConfig
-
Uses of WsConfig in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket with type parameters of type WsConfigModifier and TypeClassDescriptionstatic classWsConfig.BuilderBase<BUILDER extends WsConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WsConfig> Fluent API builder base forWsConfig.Classes in io.helidon.webserver.websocket that implement WsConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.websocket that return WsConfigModifier and TypeMethodDescriptionWsConfig.Builder.build()WsConfig.Builder.buildPrototype()static WsConfigWsConfig.create()Create a new instance with default values.static WsConfigWsConfig.create(io.helidon.common.config.Config config) Create a new instance from configuration.Methods in io.helidon.webserver.websocket that return types with arguments of type WsConfigMethods in io.helidon.webserver.websocket with parameters of type WsConfigModifier and TypeMethodDescriptionstatic WsConfig.BuilderCreate a new fluent API builder from an existing instance.WsUpgradeProvider.create(WsConfig config, ProtocolConfigs configs) static WsUpgraderWebSocket upgrader for HTTP/1.Update this builder from an existing prototype instance.Constructors in io.helidon.webserver.websocket with parameters of type WsConfig