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
ConstructorsModifierConstructorDescriptionprotectedWsConfigImpl(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:NamedServiceName of this implementation, as provided inConfiguredProvider.create(Config, String).- Specified by:
namein interfaceNamedService- Returns:
- name of this service
-
maxFrameLength
public int maxFrameLength() -
toString
-
equals
-
hashCode
public int hashCode() -
type
Protocol configuration type.- Specified by:
typein interfaceNamedService- Returns:
- type of this configuration
-