Uses of Interface
io.helidon.webserver.websocket.WsConfig
Package
Description
Helidon MP integration with Tyrus.
WebSocket server support.
-
Uses of WsConfig in io.helidon.microprofile.tyrus
Modifier 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
Modifier and TypeClassDescriptionstatic class
WsConfig.BuilderBase<BUILDER extends WsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WsConfig> Fluent API builder base forWsConfig
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier 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.Modifier 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.