Uses of Interface
io.helidon.webserver.websocket.WsConfig
Packages that use WsConfig
Package
Description
Helidon MP integration with Tyrus.
WebSocket server support.
-
Uses of WsConfig in io.helidon.microprofile.tyrus
Methods in io.helidon.microprofile.tyrus with parameters of type WsConfigModifier and TypeMethodDescriptionTyrusUpgradeProvider.create
(WsConfig config, ProtocolConfigs configs) static TyrusUpgrader
Create a new configured instance of Tyrus upgrader. -
Uses of WsConfig in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket with type parameters of type WsConfigModifier and TypeClassDescriptionstatic class
WsConfig.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 class
Generated 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 WsConfig
WsConfig.create()
Create a new instance with default values.static WsConfig
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.Builder
Create a new fluent API builder from an existing instance.WsUpgradeProvider.create
(WsConfig config, ProtocolConfigs configs) static WsUpgrader
WebSocket upgrader for HTTP/1.Update this builder from an existing prototype instance.Constructors in io.helidon.webserver.websocket with parameters of type WsConfig