Module io.helidon.webserver
Package io.helidon.webserver
Class ListenerConfig.BuilderBase.ListenerConfigImpl
java.lang.Object
io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- All Implemented Interfaces:
Prototype.Api
,ListenerConfig
- Direct Known Subclasses:
WebServerConfig.BuilderBase.WebServerConfigImpl
- Enclosing class:
ListenerConfig.BuilderBase<BUILDER extends ListenerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ListenerConfig>
protected static class ListenerConfig.BuilderBase.ListenerConfigImpl
extends Object
implements ListenerConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.ListenerConfig
ListenerConfig.Builder, ListenerConfig.BuilderBase<BUILDER extends ListenerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ListenerConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
ListenerConfigImpl
(ListenerConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Modifier and TypeMethodDescriptionaddress()
int
backlog()
default void
configureSocket
(ServerSocket socket) Update the server socket with configured socket options.boolean
boolean
int
hashCode()
host()
Map
<SocketOption<?>, Object> int
int
long
int
name()
int
port()
routing()
routings()
boolean
tls()
toString()
int
int
-
Constructor Details
-
ListenerConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
protocols
-
routing
-
routings
-
name
-
host
-
address
-
port
public int port() -
backlog
public int backlog() -
maxPayloadSize
public long maxPayloadSize() -
receiveBufferSize
-
writeQueueLength
public int writeQueueLength() -
smartAsyncWrites
public boolean smartAsyncWrites() -
writeBufferSize
public int writeBufferSize() -
shutdownGracePeriod
-
connectionConfig
-
tls
-
contentEncoding
-
mediaContext
-
connectionOptions
-
maxTcpConnections
public int maxTcpConnections() -
maxConcurrentRequests
public int maxConcurrentRequests() -
concurrencyLimit
-
idleConnectionTimeout
-
idleConnectionPeriod
-
maxInMemoryEntity
public int maxInMemoryEntity() -
listenerSocketOptions
-
connectionSelectors
-
directHandlers
-
listenerContext
-
enableProxyProtocol
public boolean enableProxyProtocol() -
requestedUriDiscoveryContext
-
toString
-
equals
-
hashCode
public int hashCode() -
configureSocket
Update the server socket with configured socket options.- Parameters:
socket
- socket to update
-