Package io.helidon.webserver.websocket
Class WsConfig.BuilderBase.WsConfigImpl
java.lang.Object
io.helidon.webserver.websocket.WsConfig.BuilderBase.WsConfigImpl
- All Implemented Interfaces:
Prototype.Api
,NamedService
,ProtocolConfig
,WsConfig
- Enclosing class:
WsConfig.BuilderBase<BUILDER extends WsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WsConfig>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.websocket.WsConfig
WsConfig.Builder, WsConfig.BuilderBase<BUILDER extends WsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WsConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
WsConfigImpl
(WsConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
WsConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
origins
-
name
Description copied from interface:NamedService
Name of this implementation, as provided inConfiguredProvider.create(Config, String)
.- Specified by:
name
in interfaceNamedService
- Returns:
- name of this service
-
maxFrameLength
public int maxFrameLength() -
toString
-
equals
-
hashCode
public int hashCode() -
type
Protocol configuration type.- Specified by:
type
in interfaceNamedService
- Returns:
- type of this configuration
-