java.lang.Object
io.helidon.webserver.websocket.WsConfig.BuilderBase<WsConfig.Builder,WsConfig>
io.helidon.webserver.websocket.WsConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<WsConfig.Builder,
,WsConfig> Prototype.ConfiguredBuilder<WsConfig.Builder,
,WsConfig> Builder<WsConfig.Builder,
,WsConfig> Supplier<WsConfig>
- Enclosing interface:
WsConfig
public static class WsConfig.Builder
extends WsConfig.BuilderBase<WsConfig.Builder,WsConfig>
implements Builder<WsConfig.Builder,WsConfig>
Fluent API builder for
WsConfig
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.webserver.websocket.WsConfig.BuilderBase
WsConfig.BuilderBase.WsConfigImpl
-
Method Summary
Methods inherited from class io.helidon.webserver.websocket.WsConfig.BuilderBase
addOrigin, addOrigins, config, config, from, from, maxFrameLength, maxFrameLength, name, name, origins, origins, preBuildPrototype, toString, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
Methods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<WsConfig.Builder,
WsConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<WsConfig.Builder,
WsConfig> - Returns:
- instance of the built type
-