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
Description copied from interface:WsConfigWebSocket origins. -
name
Description copied from interface:WsConfigName of this configuration.- Specified by:
namein interfaceNamedService- Specified by:
namein interfaceWsConfig- Returns:
- configuration name
-
maxFrameLength
public int maxFrameLength()Description copied from interface:WsConfigMax WebSocket frame size supported by the server on a read operation. Default is 1 MB.- Specified by:
maxFrameLengthin interfaceWsConfig- Returns:
- max frame size to read
-
toString
-
equals
-
hashCode
public int hashCode() -
type
Protocol configuration type.- Specified by:
typein interfaceNamedService- Returns:
- type of this configuration
-