Uses of Interface
io.helidon.webserver.websocket.WsConfig
Packages that use 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.Subclasses with type arguments of type WsConfig in io.helidon.webserver.websocketClasses in io.helidon.webserver.websocket that implement interfaces with type arguments of type WsConfigModifier and TypeClassDescriptionstatic classFluent API builder forWsConfig.classService provider implementation for WebSocket protocol configuration.classServiceLoaderprovider implementation for upgrade from HTTP/1.1 to WebSocket.Methods in io.helidon.webserver.websocket that return WsConfigModifier and TypeMethodDescriptionWsConfig.Builder.build()Create an instance from this builder.WsConfig.Builder.buildPrototype()Create an instance of the prototype.static WsConfigWsConfig.create()Create a new instance with default values.static WsConfigCreate a new instance from configuration.WsConnection.protocolConfig()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