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> io.helidon.common.Builder<WsConfig.Builder,,WsConfig> Supplier<WsConfig>
- Enclosing interface:
WsConfig
public static class WsConfig.Builder
extends WsConfig.BuilderBase<WsConfig.Builder,WsConfig>
implements io.helidon.common.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, name, name, origins, origins, preBuildPrototype, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.common.Builder
get, identity, updateMethods inherited from interface io.helidon.builder.api.Prototype.Builder
selfMethods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
- Specified by:
buildPrototypein interfacePrototype.Builder<WsConfig.Builder,WsConfig>
-
build
- Specified by:
buildin interfaceio.helidon.common.Builder<WsConfig.Builder,WsConfig>
-