java.lang.Object
io.helidon.webserver.ListenerConfig.BuilderBase<WebServerConfig.Builder,WebServerConfig>
io.helidon.webserver.WebServerConfig.BuilderBase<WebServerConfig.Builder,WebServerConfig>
io.helidon.webserver.WebServerConfig.Builder
- All Implemented Interfaces:
io.helidon.builder.api.Prototype.Builder<WebServerConfig.Builder,,WebServerConfig> io.helidon.builder.api.Prototype.ConfiguredBuilder<WebServerConfig.Builder,,WebServerConfig> io.helidon.common.Builder<WebServerConfig.Builder,,WebServer> Supplier<WebServer>
- Enclosing interface:
WebServerConfig
public static class WebServerConfig.Builder
extends WebServerConfig.BuilderBase<WebServerConfig.Builder,WebServerConfig>
implements io.helidon.common.Builder<WebServerConfig.Builder,WebServer>
Fluent API builder for
WebServer.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.webserver.WebServerConfig.BuilderBase
WebServerConfig.BuilderBase.WebServerConfigImplNested classes/interfaces inherited from class io.helidon.webserver.ListenerConfig.BuilderBase
ListenerConfig.BuilderBase.ListenerConfigImpl -
Method Summary
Methods inherited from class io.helidon.webserver.WebServerConfig.BuilderBase
addFeature, addFeatures, addSockets, clearServerContext, config, config, features, features, featuresDiscoverServices, from, from, namedRoutings, preBuildPrototype, putSocket, putSocket, routing, routing, serverContext, serverContext, serverContext, shutdownHook, shutdownHook, sockets, sockets, toString, validatePrototypeMethods inherited from class io.helidon.webserver.ListenerConfig.BuilderBase
addConnectionSelector, addConnectionSelectors, addListenerSocketOptions, addProtocol, addProtocols, address, address, addRouting, addRoutings, backlog, backlog, clearConnectionConfig, clearContentEncoding, clearDirectHandlers, clearListenerContext, clearMediaContext, clearReceiveBufferSize, clearRequestedUriDiscoveryContext, clearRouting, clearTls, connectionConfig, connectionConfig, connectionConfig, connectionOptions, connectionOptions, connectionOptions, connectionOptions, connectionSelectors, connectionSelectors, contentEncoding, contentEncoding, contentEncoding, contentEncoding, directHandlers, directHandlers, directHandlers, enableProxyProtocol, enableProxyProtocol, from, from, host, host, idleConnectionPeriod, idleConnectionPeriod, idleConnectionTimeout, idleConnectionTimeout, listenerContext, listenerContext, listenerContext, listenerSocketOptions, listenerSocketOptions, maxConcurrentRequests, maxConcurrentRequests, maxInMemoryEntity, maxInMemoryEntity, maxPayloadSize, maxPayloadSize, maxTcpConnections, maxTcpConnections, mediaContext, mediaContext, mediaContext, mediaContext, name, name, port, port, protocols, protocols, protocolsDiscoverServices, putListenerSocketOption, receiveBufferSize, receiveBufferSize, requestedUriDiscoveryContext, requestedUriDiscoveryContext, requestedUriDiscoveryContext, routing, routing, routing, routings, routings, shutdownGracePeriod, shutdownGracePeriod, tls, tls, tls, tls, writeBufferSize, writeBufferSize, writeQueueLength, writeQueueLengthMethods 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 interfaceio.helidon.builder.api.Prototype.Builder<WebServerConfig.Builder,WebServerConfig>
-
build
- Specified by:
buildin interfaceio.helidon.common.Builder<WebServerConfig.Builder,WebServer>
-