Add a CRL path
Add a CRL value
Add an enabled cipher suite, appended to the ordered suites.
Sets the list of enabled SSL/TLS protocols.
Set the accept back log
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.
Set whether client auth is required
Add a CRL path
Add a CRL value
Add an enabled cipher suite, appended to the ordered suites.
Sets the list of enabled SSL/TLS protocols.
Set the host
Set the idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received nor sent within the timeout.
If you want change default time unit, use NetServerOptions
Set the idle timeout unit. If not specified, default is seconds.
Set the key/cert options in jks format, aka Java keystore.
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
Set the key/cert store options in pem format.
Set the trust options in pem format
Set the key/cert options in pfx format.
Set the trust options in pfx format
Set the port
Set the Proxy protocol timeout, default time unit is seconds.
Set the Proxy protocol timeout unit. If not specified, default is seconds.
Set the read idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout.
If you want change default time unit, use NetServerOptions
Set the TCP receive buffer size
Set the TCP send buffer size
Set whether SO_linger keep alive is enabled
Set to use SSL engine implementation to use.
Set the SSL handshake timeout, default time unit is seconds.
Set the SSL handshake timeout unit. If not specified, default is seconds.
Sets the TCP_USER_TIMEOUT
option - only with linux native transport.
Set the value of traffic class
Set the trust options.
Set the trust options in jks format, aka Java truststore
Set the write idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is sent within the timeout.
If you want change default time unit, use NetServerOptions
Whether a write-handler should be registered on the EventBus.
Defaults to false
.
Set the value of reuse address
Set the value of reuse port.
This is only supported by native transports.Set whether the server supports Server Name Indiciation
Set whether SSL/TLS is enabled
Enable the TCP_CORK
option - only with linux native transport.
Enable the TCP_FASTOPEN
option - only with linux native transport.
Set whether TCP keep alive is enabled
Set whether TCP no delay is enabled
Enable the TCP_QUICKACK
option - only with linux native transport.
Set the ALPN usage.
Set whether the server uses the HA Proxy protocol
Set the accept back log
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.
Set whether client auth is required
Sets the list of enabled SSL/TLS protocols.
Set the host
Set the idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received nor sent within the timeout.
If you want change default time unit, use NetServerOptions
Set the idle timeout unit. If not specified, default is seconds.
Set the key/cert options.
Set the key/cert options in jks format, aka Java keystore.
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
Set the key/cert store options in pem format.
Set the trust options in pem format
Set the key/cert options in pfx format.
Set the trust options in pfx format
Set the port
Set the Proxy protocol timeout, default time unit is seconds.
Set the Proxy protocol timeout unit. If not specified, default is seconds.
Set the read idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout.
If you want change default time unit, use NetServerOptions
Set the TCP receive buffer size
Whether a write-handler should be registered on the EventBus.
Defaults to false
.
Set the value of reuse address
Set the value of reuse port.
This is only supported by native transports.Set the TCP send buffer size
Set whether the server supports Server Name Indiciation
Set whether SO_linger keep alive is enabled
Set whether SSL/TLS is enabled
Set to use SSL engine implementation to use.
Set the SSL handshake timeout, default time unit is seconds.
Set the SSL handshake timeout unit. If not specified, default is seconds.
Enable the TCP_CORK
option - only with linux native transport.
Enable the TCP_FASTOPEN
option - only with linux native transport.
Set whether TCP keep alive is enabled
Set whether TCP no delay is enabled
Enable the TCP_QUICKACK
option - only with linux native transport.
Sets the TCP_USER_TIMEOUT
option - only with linux native transport.
Set the value of traffic class
Set the trust options.
Set the trust options in jks format, aka Java truststore
Set the ALPN usage.
Set whether the server uses the HA Proxy protocol
Set the write idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is sent within the timeout.
If you want change default time unit, use NetServerOptions
Generated using TypeDoc
Options for configuring a NetServer.