Class ListenerConfig.BuilderBase<BUILDER extends ListenerConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends ListenerConfig>  
- Type Parameters:
- BUILDER- type of the builder extending this abstract builder
- PROTOTYPE- type of the prototype interface that would be built by- Prototype.Builder.buildPrototype()
- All Implemented Interfaces:
- Prototype.Builder<BUILDER,,- PROTOTYPE> - ConfigBuilderSupport.ConfiguredBuilder<BUILDER,,- PROTOTYPE> - ConfigBuilderSupport.ConfiguredBuilder<BUILDER,- PROTOTYPE> 
- Direct Known Subclasses:
- ListenerConfig.Builder,- WebServerConfig.BuilderBase
- Enclosing interface:
- ListenerConfig
ListenerConfig.- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddConnectionSelector(ServerConnectionSelector connectionSelector) Explicitly defined connection selectors to be used with this socket.addConnectionSelectors(List<? extends ServerConnectionSelector> connectionSelectors) Explicitly defined connection selectors to be used with this socket.addListenerSocketOptions(Map<SocketOption<?>, ?> listenerSocketOptions) Server listener socket options.addProtocol(ProtocolConfig protocol) Configuration of protocols.addProtocols(List<? extends ProtocolConfig> protocols) Configuration of protocols.address()Address to use.address(InetAddress address) Address to use.addRouting(Builder<?, ? extends Routing> routing) List of all routings (possibly for multiple protocols).addRoutings(List<Builder<?, ? extends Routing>> routings) List of all routings (possibly for multiple protocols).intbacklog()Accept backlog.backlog(int backlog) Accept backlog.Clear existing value of this property.Clear existing value of this property.Clear existing value of this property.Clear existing value of this property.Clear existing value of this property.Clear existing value of this property.Clear existing value of this property.Clear existing value of this property.Clear existing value of this property.clearTls()Clear existing value of this property.Concurrency limit to use to limit concurrent execution of incoming requests.concurrencyLimit(Limit concurrencyLimit) Concurrency limit to use to limit concurrent execution of incoming requests.config()If this instance was configured, this would be the config instance used.Deprecated.Update builder from configuration (node of this type).Deprecated, for removal: This API element is subject to removal in a future version.useconnectionOptions()insteadconnectionConfig(ConnectionConfig connectionConfig) Configuration of a connection (established from client against our server).connectionConfig(Consumer<ConnectionConfig.Builder> consumer) Deprecated.useconnectionOptions()insteadOptions for connections accepted by this listener.connectionOptions(SocketOptions connectionOptions) Options for connections accepted by this listener.connectionOptions(Consumer<SocketOptions.Builder> consumer) Options for connections accepted by this listener.connectionOptions(Supplier<? extends SocketOptions> supplier) Options for connections accepted by this listener.Explicitly defined connection selectors to be used with this socket.connectionSelectors(List<? extends ServerConnectionSelector> connectionSelectors) Explicitly defined connection selectors to be used with this socket.Configure the listener specificContentEncodingContext.contentEncoding(ContentEncodingContext contentEncoding) Configure the listener specificContentEncodingContext.contentEncoding(ContentEncodingContextConfig contentEncodingConfig) Configure the listener specificContentEncodingContext.Configure the listener specificContentEncodingContext.Direct handlers specific for this listener.directHandlers(DirectHandlers directHandlers) Direct handlers specific for this listener.directHandlers(Consumer<DirectHandlers.Builder> consumer) Direct handlers specific for this listener.booleanEnable proxy protocol support for this socket.enableProxyProtocol(boolean enableProxyProtocol) Enable proxy protocol support for this socket.Configuration for this listener's error handling.errorHandling(ErrorHandling errorHandling) Configuration for this listener's error handling.errorHandling(Consumer<ErrorHandling.Builder> consumer) Configuration for this listener's error handling.errorHandling(Supplier<? extends ErrorHandling> supplier) Configuration for this listener's error handling.from(ListenerConfig prototype) Update this builder from an existing prototype instance.from(ListenerConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.host()Host of the default socket.Host of the default socket.How often should we check foridleConnectionTimeout().idleConnectionPeriod(Duration idleConnectionPeriod) How often should we check foridleConnectionTimeout().How long should we wait before closing a connection that has no traffic on it.idleConnectionTimeout(Duration idleConnectionTimeout) How long should we wait before closing a connection that has no traffic on it.booleanIf set totrue, any named routing configured that does not have an associated named listener will NOT cause an exception to be thrown (default behavior is to throw an exception).ignoreInvalidNamedRouting(boolean ignoreInvalidNamedRouting) If set totrue, any named routing configured that does not have an associated named listener will NOT cause an exception to be thrown (default behavior is to throw an exception).Listener scoped context to be used as a parent for webserver request contexts (if used).listenerContext(Context listenerContext) Listener scoped context to be used as a parent for webserver request contexts (if used).listenerContext(Consumer<Context.Builder> consumer) Listener scoped context to be used as a parent for webserver request contexts (if used).Map<SocketOption<?>, Object> Server listener socket options.listenerSocketOptions(Map<SocketOption<?>, ?> listenerSocketOptions) Server listener socket options.intLimits the number of requests that can be executed at the same time (the number of active virtual threads of requests).maxConcurrentRequests(int maxConcurrentRequests) Limits the number of requests that can be executed at the same time (the number of active virtual threads of requests).intIf the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance when writing it.maxInMemoryEntity(int maxInMemoryEntity) If the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance when writing it.longMaximal number of bytes an entity may have.maxPayloadSize(long maxPayloadSize) Maximal number of bytes an entity may have.intLimits the number of connections that can be opened at a single point in time.maxTcpConnections(int maxTcpConnections) Limits the number of connections that can be opened at a single point in time.Configure the listener specificMediaContext.mediaContext(MediaContext mediaContext) Configure the listener specificMediaContext.mediaContext(MediaContextConfig mediaContextConfig) Configure the listener specificMediaContext.mediaContext(Consumer<MediaContextConfig.Builder> consumer) Configure the listener specificMediaContext.name()Name of this socket.Name of this socket.intport()Port of the default socket.port(int port) Port of the default socket.protected voidHandles providers and decorators.Configuration of protocols.protocols(List<? extends ProtocolConfig> protocols) Configuration of protocols.protocolsDiscoverServices(boolean discoverServices) Configuration of protocols.<TYPE> BUILDERputListenerSocketOption(SocketOption<TYPE> key, TYPE listenerSocketOption) Server listener socket options.Deprecated, for removal: This API element is subject to removal in a future version.useSocketOptions.socketReceiveBufferSize()instead viaconnectionOptions().receiveBufferSize(int receiveBufferSize) Listener receive buffer size.Requested URI discovery context.requestedUriDiscoveryContext(RequestedUriDiscoveryContext requestedUriDiscoveryContext) Requested URI discovery context.Requested URI discovery context.booleanCopy and restore response headers before and after passing a request to Jersey for processing.restoreResponseHeaders(boolean restoreResponseHeaders) Copy and restore response headers before and after passing a request to Jersey for processing.routing()Http routing.routing(HttpRouting.Builder routing) Http routing.routing(Consumer<HttpRouting.Builder> builderConsumer) Customize HTTP routing of this listener.routings()List of all routings (possibly for multiple protocols).List of all routings (possibly for multiple protocols).Grace period in ISO 8601 duration format to allow running tasks to complete before listener's shutdown.shutdownGracePeriod(Duration shutdownGracePeriod) Grace period in ISO 8601 duration format to allow running tasks to complete before listener's shutdown.booleanIf enabled andwriteQueueLength()is greater than 1, then start with async writes but possibly switch to sync writes if async queue size is always below a certain threshold.smartAsyncWrites(boolean smartAsyncWrites) If enabled andwriteQueueLength()is greater than 1, then start with async writes but possibly switch to sync writes if async queue size is always below a certain threshold.tls()Listener TLS configuration.Listener TLS configuration.Listener TLS configuration.tls(Consumer<TlsConfig.Builder> consumer) Listener TLS configuration.toString()protected voidValidates required properties.intInitial buffer size in bytes ofBufferedOutputStreamcreated internally to write data to a socket connection.writeBufferSize(int writeBufferSize) Initial buffer size in bytes ofBufferedOutputStreamcreated internally to write data to a socket connection.intNumber of buffers queued for write operations.writeQueueLength(int writeQueueLength) Number of buffers queued for write operations.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.BuilderbuildPrototype, self
- 
Constructor Details- 
BuilderBaseprotected BuilderBase()Protected to support extensibility.
 
- 
- 
Method Details- 
fromUpdate this builder from an existing prototype instance. This method disables automatic service discovery.- Parameters:
- prototype- existing prototype to update this builder from
- Returns:
- updated builder instance
 
- 
fromUpdate this builder from an existing prototype builder instance.- Parameters:
- builder- existing builder prototype to update this builder from
- Returns:
- updated builder instance
 
- 
routingCustomize HTTP routing of this listener.- Parameters:
- builderConsumer- consumer of HTTP Routing builder
- Returns:
- updated builder instance
 
- 
configDeprecated.Update builder from configuration (node of this type). If a value is present in configuration, it would override currently configured values.- Specified by:
- configin interface- ConfigBuilderSupport.ConfiguredBuilder<BUILDER extends ListenerConfig.BuilderBase<BUILDER,- PROTOTYPE>, - PROTOTYPE extends ListenerConfig> 
- Parameters:
- config- configuration instance used to obtain values to update this builder
- Returns:
- updated builder instance
 
- 
configUpdate builder from configuration (node of this type). If a value is present in configuration, it would override currently configured values.- Specified by:
- configin interface- ConfigBuilderSupport.ConfiguredBuilder<BUILDER extends ListenerConfig.BuilderBase<BUILDER,- PROTOTYPE>, - PROTOTYPE extends ListenerConfig> 
- Parameters:
- config- configuration instance used to obtain values to update this builder
- Returns:
- updated builder instance
 
- 
protocolsDiscoverServicesConfiguration of protocols. This may be either protocol selectors, or protocol upgraders from HTTP/1.1. As the order is not important (providers are ordered by weight by default), we can use a configuration as an object, such as:protocols: providers: http_1_1: max-prologue-length: 8192 http_2: max-frame-size: 4096 websocket: ....- Parameters:
- discoverServices- whether to discover implementations through service loader
- Returns:
- updated builder instance
- See Also:
 
- 
protocolsConfiguration of protocols. This may be either protocol selectors, or protocol upgraders from HTTP/1.1. As the order is not important (providers are ordered by weight by default), we can use a configuration as an object, such as:protocols: providers: http_1_1: max-prologue-length: 8192 http_2: max-frame-size: 4096 websocket: ....- Parameters:
- protocols- all defined protocol configurations, loaded from service loader by default
- Returns:
- updated builder instance
- See Also:
 
- 
addProtocolsConfiguration of protocols. This may be either protocol selectors, or protocol upgraders from HTTP/1.1. As the order is not important (providers are ordered by weight by default), we can use a configuration as an object, such as:protocols: providers: http_1_1: max-prologue-length: 8192 http_2: max-frame-size: 4096 websocket: ....- Parameters:
- protocols- all defined protocol configurations, loaded from service loader by default
- Returns:
- updated builder instance
- See Also:
 
- 
addProtocolConfiguration of protocols. This may be either protocol selectors, or protocol upgraders from HTTP/1.1. As the order is not important (providers are ordered by weight by default), we can use a configuration as an object, such as:protocols: providers: http_1_1: max-prologue-length: 8192 http_2: max-frame-size: 4096 websocket: ....- Parameters:
- protocol- all defined protocol configurations, loaded from service loader by default
- Returns:
- updated builder instance
- See Also:
 
- 
clearRoutingClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
routingHttp routing. This will always be added to the resultingRouter, if defined, overriding any HTTP routing already present. If a custom listener has routing defined, it will be used, otherwise routing defined on web server will be used.- Parameters:
- routing- HTTP Routing for this listener/server
- Returns:
- updated builder instance
- See Also:
 
- 
routingsList of all routings (possibly for multiple protocols). This allows adding non-http protocols as well, as opposed torouting()- Parameters:
- routings- router for this listener/server
- Returns:
- updated builder instance
- See Also:
 
- 
addRoutingsList of all routings (possibly for multiple protocols). This allows adding non-http protocols as well, as opposed torouting()- Parameters:
- routings- router for this listener/server
- Returns:
- updated builder instance
- See Also:
 
- 
addRoutingList of all routings (possibly for multiple protocols). This allows adding non-http protocols as well, as opposed torouting()- Parameters:
- routing- router for this listener/server
- Returns:
- updated builder instance
- See Also:
 
- 
nameName of this socket. Defaults to@default. Must be defined if more than one socket is needed.- Parameters:
- name- name of the socket
- Returns:
- updated builder instance
- See Also:
 
- 
hostHost of the default socket. Defaults to all host addresses (0.0.0.0).- Parameters:
- host- host address to listen on (for the default socket)
- Returns:
- updated builder instance
- See Also:
 
- 
addressAddress to use. If both this andhost()is configured, this will be used.- Parameters:
- address- address to use
- Returns:
- updated builder instance
- See Also:
 
- 
portPort of the default socket. If configured to0(the default), server starts on a random port.- Parameters:
- port- port to listen on (for the default socket)
- Returns:
- updated builder instance
- See Also:
 
- 
backlogAccept backlog.- Parameters:
- backlog- backlog
- Returns:
- updated builder instance
- See Also:
 
- 
maxPayloadSizeMaximal number of bytes an entity may have. IfHeaderNames.CONTENT_LENGTHis used, this is checked immediately, ifHeaderValues.TRANSFER_ENCODING_CHUNKEDis used, we will fail when the number of bytes read would exceed the max payload size. Defaults to unlimited (-1).- Parameters:
- maxPayloadSize- maximal number of bytes of entity
- Returns:
- updated builder instance
- See Also:
 
- 
clearReceiveBufferSizeClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
receiveBufferSizeListener receive buffer size.- Parameters:
- receiveBufferSize- buffer size in bytes
- Returns:
- updated builder instance
- See Also:
 
- 
writeQueueLengthNumber of buffers queued for write operations.- Parameters:
- writeQueueLength- maximal number of queued writes, defaults to 0
- Returns:
- updated builder instance
- See Also:
 
- 
smartAsyncWritesIf enabled andwriteQueueLength()is greater than 1, then start with async writes but possibly switch to sync writes if async queue size is always below a certain threshold.- Parameters:
- smartAsyncWrites- smart async setting
- Returns:
- updated builder instance
- See Also:
 
- 
writeBufferSizeInitial buffer size in bytes ofBufferedOutputStreamcreated internally to write data to a socket connection. Default is4096. Set buffer size to a value less than one to turn off buffering.- Parameters:
- writeBufferSize- initial buffer size used for writing
- Returns:
- updated builder instance
- See Also:
 
- 
shutdownGracePeriodGrace period in ISO 8601 duration format to allow running tasks to complete before listener's shutdown. Default is500milliseconds.Configuration file values example: PT0.5S,PT2S.- Parameters:
- shutdownGracePeriod- grace period
- Returns:
- updated builder instance
- See Also:
 
- 
clearConnectionConfigClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
connectionConfigConfiguration of a connection (established from client against our server).- Parameters:
- connectionConfig- connection configuration
- Returns:
- updated builder instance
- See Also:
 
- 
connectionConfigDeprecated.useconnectionOptions()insteadConfiguration of a connection (established from client against our server).- Parameters:
- consumer- connection configuration
- Returns:
- updated builder instance
- See Also:
 
- 
clearTlsClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
tlsListener TLS configuration.- Parameters:
- tls- tls of this configuration
- Returns:
- updated builder instance
- See Also:
 
- 
tlsListener TLS configuration.- Parameters:
- tlsConfig- tls of this configuration
- Returns:
- updated builder instance
- See Also:
 
- 
tlsListener TLS configuration.- Parameters:
- consumer- tls of this configuration
- Returns:
- updated builder instance
- See Also:
 
- 
clearContentEncodingClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
contentEncodingConfigure the listener specificContentEncodingContext. This method discards all previously registered ContentEncodingContext. If no content encoding context is registered, content encoding context of the webserver would be used.- Parameters:
- contentEncoding- content encoding context
- Returns:
- updated builder instance
- See Also:
 
- 
contentEncodingConfigure the listener specificContentEncodingContext. This method discards all previously registered ContentEncodingContext. If no content encoding context is registered, content encoding context of the webserver would be used.- Parameters:
- contentEncodingConfig- content encoding context
- Returns:
- updated builder instance
- See Also:
 
- 
contentEncodingConfigure the listener specificContentEncodingContext. This method discards all previously registered ContentEncodingContext. If no content encoding context is registered, content encoding context of the webserver would be used.- Parameters:
- consumer- content encoding context
- Returns:
- updated builder instance
- See Also:
 
- 
clearMediaContextClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
mediaContextConfigure the listener specificMediaContext. This method discards all previously registered MediaContext. If no media context is registered, media context of the webserver would be used.- Parameters:
- mediaContext- media context
- Returns:
- updated builder instance
- See Also:
 
- 
mediaContextConfigure the listener specificMediaContext. This method discards all previously registered MediaContext. If no media context is registered, media context of the webserver would be used.- Parameters:
- mediaContextConfig- media context
- Returns:
- updated builder instance
- See Also:
 
- 
mediaContextConfigure the listener specificMediaContext. This method discards all previously registered MediaContext. If no media context is registered, media context of the webserver would be used.- Parameters:
- consumer- media context
- Returns:
- updated builder instance
- See Also:
 
- 
connectionOptionsOptions for connections accepted by this listener. This is not used to setup server connection.- Parameters:
- connectionOptions- socket options
- Returns:
- updated builder instance
- See Also:
 
- 
connectionOptionsOptions for connections accepted by this listener. This is not used to setup server connection.- Parameters:
- consumer- consumer of builder for socket options
- Returns:
- updated builder instance
- See Also:
 
- 
connectionOptionsOptions for connections accepted by this listener. This is not used to setup server connection.- Parameters:
- supplier- supplier of socket options
- Returns:
- updated builder instance
- See Also:
 
- 
maxTcpConnectionsLimits the number of connections that can be opened at a single point in time. Defaults to-1, meaning "unlimited" - what the system allows.- Parameters:
- maxTcpConnections- number of TCP connections that can be opened to this listener, regardless of protocol
- Returns:
- updated builder instance
- See Also:
 
- 
maxConcurrentRequestsLimits the number of requests that can be executed at the same time (the number of active virtual threads of requests). Defaults to-1, meaning "unlimited" - what the system allows. Also make sure that this number is higher than the expected time it takes to handle a single request in your application, as otherwise you may stop in-progress requests.Setting this option will always ignore concurrencyLimit()and will use theFixedLimit.- Parameters:
- maxConcurrentRequests- number of requests that can be processed on this listener, regardless of protocol
- Returns:
- updated builder instance
- See Also:
 
- 
clearConcurrencyLimitClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
concurrencyLimitConcurrency limit to use to limit concurrent execution of incoming requests. The default is to have unlimited concurrency.Note that if maxConcurrentRequests()is configured, this is ignored.- Parameters:
- concurrencyLimit- concurrency limit
- Returns:
- updated builder instance
- See Also:
 
- 
idleConnectionTimeoutHow long should we wait before closing a connection that has no traffic on it. Defaults toPT5M(5 minutes). Note that the timestamp is refreshed max. once per second, so this setting would be useless if configured for shorter periods of time (also not a very good support for connection keep alive, if the connections are killed so soon anyway).- Parameters:
- idleConnectionTimeout- timeout of idle connections
- Returns:
- updated builder instance
- See Also:
 
- 
idleConnectionPeriodHow often should we check foridleConnectionTimeout(). Defaults toPT2M(2 minutes).- Parameters:
- idleConnectionPeriod- period of checking for idle connections
- Returns:
- updated builder instance
- See Also:
 
- 
maxInMemoryEntityIf the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance when writing it. If bigger, streaming will be used.Note that for some entity types we cannot use streaming, as they are already fully in memory (String, byte[]), for such cases, this option is ignored. Default is 128Kb. - Parameters:
- maxInMemoryEntity- maximal number of bytes to buffer in memory for supported writers
- Returns:
- updated builder instance
- See Also:
 
- 
listenerSocketOptionsServer listener socket options. Unless configured through builder,SO_REUSEADDRis set totrue, andSO_RCVBUFis set to4096. This method replaces all values with the new ones.- Parameters:
- listenerSocketOptions- custom socket options
- Returns:
- updated builder instance
- See Also:
 
- 
addListenerSocketOptionsServer listener socket options. Unless configured through builder,SO_REUSEADDRis set totrue, andSO_RCVBUFis set to4096. This method keeps existing values, then puts all new values into the map.- Parameters:
- listenerSocketOptions- custom socket options
- Returns:
- updated builder instance
- See Also:
 
- 
putListenerSocketOptionServer listener socket options. Unless configured through builder,SO_REUSEADDRis set totrue, andSO_RCVBUFis set to4096. This method adds a new value to the map, or replaces it if the key already exists.- Type Parameters:
- TYPE- Type to correctly map key and value
- Parameters:
- key- key to add or replace
- listenerSocketOption- new value for the key
- Returns:
- updated builder instance
- See Also:
 
- 
connectionSelectorsExplicitly defined connection selectors to be used with this socket. This list is augmented with the result ofprotocols(), but custom selectors are always used first.- Parameters:
- connectionSelectors- connection selectors to be used for this socket
- Returns:
- updated builder instance
- See Also:
 
- 
addConnectionSelectorsExplicitly defined connection selectors to be used with this socket. This list is augmented with the result ofprotocols(), but custom selectors are always used first.- Parameters:
- connectionSelectors- connection selectors to be used for this socket
- Returns:
- updated builder instance
- See Also:
 
- 
addConnectionSelectorExplicitly defined connection selectors to be used with this socket. This list is augmented with the result ofprotocols(), but custom selectors are always used first.- Parameters:
- connectionSelector- connection selectors to be used for this socket
- Returns:
- updated builder instance
- See Also:
 
- 
clearDirectHandlersClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
directHandlersDirect handlers specific for this listener. A direct handler takes care of problems that happen before (or outside of) routing, such as bad request.- Parameters:
- directHandlers- direct handlers
- Returns:
- updated builder instance
- See Also:
 
- 
directHandlersDirect handlers specific for this listener. A direct handler takes care of problems that happen before (or outside of) routing, such as bad request.- Parameters:
- consumer- direct handlers
- Returns:
- updated builder instance
- See Also:
 
- 
clearListenerContextClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
listenerContextListener scoped context to be used as a parent for webserver request contexts (if used). If an explicit context is used, you need to take care of correctly configuring its parent. It is expected that the parent of this context is the WebServer context. You should also configure explicit WebServer context when using this method- Parameters:
- listenerContext- listener context
- Returns:
- updated builder instance
- See Also:
 
- 
listenerContextListener scoped context to be used as a parent for webserver request contexts (if used). If an explicit context is used, you need to take care of correctly configuring its parent. It is expected that the parent of this context is the WebServer context. You should also configure explicit WebServer context when using this method- Parameters:
- consumer- listener context
- Returns:
- updated builder instance
- See Also:
 
- 
enableProxyProtocolEnable proxy protocol support for this socket. This protocol is supported by some load balancers/reverse proxies as a means to convey client information that would otherwise be lost. If enabled, the proxy protocol header must be present on every new connection established with your server. For more information, see the specification. Default isfalse.- Parameters:
- enableProxyProtocol- proxy support status
- Returns:
- updated builder instance
- See Also:
 
- 
clearRequestedUriDiscoveryContextClear existing value of this property.- Returns:
- updated builder instance
- See Also:
 
- 
requestedUriDiscoveryContextpublic BUILDER requestedUriDiscoveryContext(RequestedUriDiscoveryContext requestedUriDiscoveryContext) Requested URI discovery context.- Parameters:
- requestedUriDiscoveryContext- discovery context
- Returns:
- updated builder instance
- See Also:
 
- 
requestedUriDiscoveryContextpublic BUILDER requestedUriDiscoveryContext(Consumer<RequestedUriDiscoveryContext.Builder> consumer) Requested URI discovery context.- Parameters:
- consumer- discovery context
- Returns:
- updated builder instance
- See Also:
 
- 
errorHandlingConfiguration for this listener's error handling.- Parameters:
- errorHandling- error handling
- Returns:
- updated builder instance
- See Also:
 
- 
errorHandlingConfiguration for this listener's error handling.- Parameters:
- consumer- consumer of builder for error handling
- Returns:
- updated builder instance
- See Also:
 
- 
errorHandlingConfiguration for this listener's error handling.- Parameters:
- supplier- supplier of error handling
- Returns:
- updated builder instance
- See Also:
 
- 
restoreResponseHeadersCopy and restore response headers before and after passing a request to Jersey for processing. If Jersey fails to handle the request, and the Webserver continues processing the request, it needs to make sure the original headers are restored. Turn off this flag to avoid the extra overhead of copying headers when no handler executes after Jersey returns.- Parameters:
- restoreResponseHeaders- copy/restore header setting
- Returns:
- updated builder instance
- See Also:
 
- 
ignoreInvalidNamedRoutingIf set totrue, any named routing configured that does not have an associated named listener will NOT cause an exception to be thrown (default behavior is to throw an exception).- Parameters:
- ignoreInvalidNamedRouting- whether to ignore invalid routing name, defaults to- false
- Returns:
- updated builder instance
- See Also:
 
- 
protocolsConfiguration of protocols. This may be either protocol selectors, or protocol upgraders from HTTP/1.1. As the order is not important (providers are ordered by weight by default), we can use a configuration as an object, such as:protocols: providers: http_1_1: max-prologue-length: 8192 http_2: max-frame-size: 4096 websocket: ....- Returns:
- the protocols
 
- 
routingHttp routing. This will always be added to the resultingRouter, if defined, overriding any HTTP routing already present. If a custom listener has routing defined, it will be used, otherwise routing defined on web server will be used.- Returns:
- the routing
 
- 
routingsList of all routings (possibly for multiple protocols). This allows adding non-http protocols as well, as opposed torouting()- Returns:
- the routings
 
- 
nameName of this socket. Defaults to@default. Must be defined if more than one socket is needed.- Returns:
- the name
 
- 
hostHost of the default socket. Defaults to all host addresses (0.0.0.0).- Returns:
- the host
 
- 
addressAddress to use. If both this andhost()is configured, this will be used.- Returns:
- the address
 
- 
portpublic int port()Port of the default socket. If configured to0(the default), server starts on a random port.- Returns:
- the port
 
- 
backlogpublic int backlog()Accept backlog.- Returns:
- the backlog
 
- 
maxPayloadSizepublic long maxPayloadSize()Maximal number of bytes an entity may have. IfHeaderNames.CONTENT_LENGTHis used, this is checked immediately, ifHeaderValues.TRANSFER_ENCODING_CHUNKEDis used, we will fail when the number of bytes read would exceed the max payload size. Defaults to unlimited (-1).- Returns:
- the max payload size
 
- 
receiveBufferSizeDeprecated, for removal: This API element is subject to removal in a future version.useSocketOptions.socketReceiveBufferSize()instead viaconnectionOptions().Listener receive buffer size.- Returns:
- the receive buffer size
 
- 
writeQueueLengthpublic int writeQueueLength()Number of buffers queued for write operations.- Returns:
- the write queue length
 
- 
smartAsyncWritespublic boolean smartAsyncWrites()If enabled andwriteQueueLength()is greater than 1, then start with async writes but possibly switch to sync writes if async queue size is always below a certain threshold.- Returns:
- the smart async writes
 
- 
writeBufferSizepublic int writeBufferSize()Initial buffer size in bytes ofBufferedOutputStreamcreated internally to write data to a socket connection. Default is4096. Set buffer size to a value less than one to turn off buffering.- Returns:
- the write buffer size
 
- 
shutdownGracePeriodGrace period in ISO 8601 duration format to allow running tasks to complete before listener's shutdown. Default is500milliseconds.Configuration file values example: PT0.5S,PT2S.- Returns:
- the shutdown grace period
 
- 
connectionConfigDeprecated, for removal: This API element is subject to removal in a future version.useconnectionOptions()insteadConfiguration of a connection (established from client against our server).- Returns:
- the connection config
 
- 
tlsListener TLS configuration.- Returns:
- the tls
 
- 
contentEncodingConfigure the listener specificContentEncodingContext. This method discards all previously registered ContentEncodingContext. If no content encoding context is registered, content encoding context of the webserver would be used.- Returns:
- the content encoding
 
- 
mediaContextConfigure the listener specificMediaContext. This method discards all previously registered MediaContext. If no media context is registered, media context of the webserver would be used.- Returns:
- the media context
 
- 
connectionOptionsOptions for connections accepted by this listener. This is not used to setup server connection.- Returns:
- the connection options
 
- 
maxTcpConnectionspublic int maxTcpConnections()Limits the number of connections that can be opened at a single point in time. Defaults to-1, meaning "unlimited" - what the system allows.- Returns:
- the max tcp connections
 
- 
maxConcurrentRequestspublic int maxConcurrentRequests()Limits the number of requests that can be executed at the same time (the number of active virtual threads of requests). Defaults to-1, meaning "unlimited" - what the system allows. Also make sure that this number is higher than the expected time it takes to handle a single request in your application, as otherwise you may stop in-progress requests.Setting this option will always ignore concurrencyLimit()and will use theFixedLimit.- Returns:
- the max concurrent requests
 
- 
concurrencyLimitConcurrency limit to use to limit concurrent execution of incoming requests. The default is to have unlimited concurrency.Note that if maxConcurrentRequests()is configured, this is ignored.- Returns:
- the concurrency limit
 
- 
idleConnectionTimeoutHow long should we wait before closing a connection that has no traffic on it. Defaults toPT5M(5 minutes). Note that the timestamp is refreshed max. once per second, so this setting would be useless if configured for shorter periods of time (also not a very good support for connection keep alive, if the connections are killed so soon anyway).- Returns:
- the idle connection timeout
 
- 
idleConnectionPeriodHow often should we check foridleConnectionTimeout(). Defaults toPT2M(2 minutes).- Returns:
- the idle connection period
 
- 
maxInMemoryEntitypublic int maxInMemoryEntity()If the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance when writing it. If bigger, streaming will be used.Note that for some entity types we cannot use streaming, as they are already fully in memory (String, byte[]), for such cases, this option is ignored. Default is 128Kb. - Returns:
- the max in memory entity
 
- 
listenerSocketOptionsServer listener socket options. Unless configured through builder,SO_REUSEADDRis set totrue, andSO_RCVBUFis set to4096.- Returns:
- the listener socket options
 
- 
connectionSelectorsExplicitly defined connection selectors to be used with this socket. This list is augmented with the result ofprotocols(), but custom selectors are always used first.- Returns:
- the connection selectors
 
- 
directHandlersDirect handlers specific for this listener. A direct handler takes care of problems that happen before (or outside of) routing, such as bad request.- Returns:
- the direct handlers
 
- 
listenerContextListener scoped context to be used as a parent for webserver request contexts (if used). If an explicit context is used, you need to take care of correctly configuring its parent. It is expected that the parent of this context is the WebServer context. You should also configure explicit WebServer context when using this method- Returns:
- the listener context
- See Also:
 
- 
enableProxyProtocolpublic boolean enableProxyProtocol()Enable proxy protocol support for this socket. This protocol is supported by some load balancers/reverse proxies as a means to convey client information that would otherwise be lost. If enabled, the proxy protocol header must be present on every new connection established with your server. For more information, see the specification. Default isfalse.- Returns:
- the enable proxy protocol
 
- 
requestedUriDiscoveryContextRequested URI discovery context.- Returns:
- the requested uri discovery context
 
- 
errorHandlingConfiguration for this listener's error handling.- Returns:
- the error handling
 
- 
restoreResponseHeaderspublic boolean restoreResponseHeaders()Copy and restore response headers before and after passing a request to Jersey for processing. If Jersey fails to handle the request, and the Webserver continues processing the request, it needs to make sure the original headers are restored. Turn off this flag to avoid the extra overhead of copying headers when no handler executes after Jersey returns.- Returns:
- the restore response headers
 
- 
ignoreInvalidNamedRoutingpublic boolean ignoreInvalidNamedRouting()If set totrue, any named routing configured that does not have an associated named listener will NOT cause an exception to be thrown (default behavior is to throw an exception).- Returns:
- the ignore invalid named routing
 
- 
configIf this instance was configured, this would be the config instance used.- Returns:
- config node used to configure this builder, or empty if not configured
 
- 
toString
- 
preBuildPrototypeprotected void preBuildPrototype()Handles providers and decorators.
- 
validatePrototypeprotected void validatePrototype()Validates required properties.
 
- 
config(io.helidon.config.Config)