Uses of Interface
io.helidon.websocket.WsProtocolConfig
Packages that use WsProtocolConfig
Package
Description
Helidon WebClient WebSocket Support.
WebSocket server support.
WebSocket APIs.
-
Uses of WsProtocolConfig in io.helidon.webclient.websocket
Subinterfaces of WsProtocolConfig in io.helidon.webclient.websocketModifier and TypeInterfaceDescriptioninterfaceWebSocket client protocol configuration.(package private) interfaceio.helidon.webclient.websocket.WsClientProtocolConfigBlueprintWebSocket client protocol configuration.Classes in io.helidon.webclient.websocket that implement WsProtocolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of WsProtocolConfig in io.helidon.webserver.websocket
Subinterfaces of WsProtocolConfig in io.helidon.webserver.websocketModifier and TypeInterfaceDescriptioninterfaceWebSocket protocol configuration.(package private) interfaceio.helidon.webserver.websocket.WsConfigBlueprintWebSocket protocol configuration.Classes in io.helidon.webserver.websocket that implement WsProtocolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of WsProtocolConfig in io.helidon.websocket
Classes in io.helidon.websocket with type parameters of type WsProtocolConfigModifier and TypeClassDescriptionstatic classWsProtocolConfig.BuilderBase<BUILDER extends WsProtocolConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends WsProtocolConfig>Fluent API builder base forWsProtocolConfig.Classes in io.helidon.websocket that implement WsProtocolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type WsProtocolConfig in io.helidon.websocketClasses in io.helidon.websocket that implement interfaces with type arguments of type WsProtocolConfigMethods in io.helidon.websocket that return WsProtocolConfigModifier and TypeMethodDescriptionWsProtocolConfig.Builder.build()Create an instance from this builder.WsProtocolConfig.Builder.buildPrototype()Create an instance of the prototype.static WsProtocolConfigWsProtocolConfig.create()Create a new instance with default values.static WsProtocolConfigCreate a new instance from configuration.default WsProtocolConfigWsSession.protocolConfig()WebSocket protocol configuration for this session.Methods in io.helidon.websocket with parameters of type WsProtocolConfigModifier and TypeMethodDescriptionstatic WsProtocolConfig.BuilderWsProtocolConfig.builder(WsProtocolConfig instance) Create a new fluent API builder from an existing instance.WsProtocolConfig.BuilderBase.from(WsProtocolConfig prototype) Update this builder from an existing prototype instance.