Options for configuring a NetServer.
Anything
NetServerOptions
BaseDataObject
TCPSSLOptions
BaseDataObject
NetworkOptions
BaseDataObject
Basic
Identifiable
Object
Anything
Initializer |
NetServerOptions(Integer? acceptBacklog = null, ClientAuth? clientAuth = null, Boolean? clientAuthRequired = null, {String*}? crlPaths = null, {String*}? enabledCipherSuites = null, {String*}? enabledSecureTransportProtocols = null, String? host = null, Integer? idleTimeout = null, JdkSSLEngineOptions? jdkSslEngineOptions = null, JksOptions? keyStoreOptions = null, Boolean? logActivity = null, OpenSSLEngineOptions? openSslEngineOptions = null, PemKeyCertOptions? pemKeyCertOptions = null, PemTrustOptions? pemTrustOptions = null, PfxOptions? pfxKeyCertOptions = null, PfxOptions? pfxTrustOptions = null, Integer? port = null, Integer? receiveBufferSize = null, Boolean? reuseAddress = null, Boolean? reusePort = null, Integer? sendBufferSize = null, Boolean? sni = null, Integer? soLinger = null, Boolean? ssl = null, Boolean? tcpCork = null, Boolean? tcpFastOpen = null, Boolean? tcpKeepAlive = null, Boolean? tcpNoDelay = null, Boolean? tcpQuickAck = null, Integer? trafficClass = null, JksOptions? trustStoreOptions = null, Boolean? useAlpn = null, Boolean? usePooledBuffers = null) Parameters:
|
Attributes | |
acceptBacklog | shared Integer? acceptBacklog Set the accept back log |
clientAuth | shared ClientAuth? clientAuth Set whether client auth is required |
clientAuthRequired | shared Boolean? clientAuthRequired Set whether client auth is required |
host | shared String? host Set the host |
port | shared Integer? port Set the port |
sni | shared Boolean? sni Set whether the server supports Server Name Indiciation |
Inherited Attributes |
Attributes inherited from: NetworkOptions |
Attributes inherited from: Object hash , string |
Attributes inherited from: TCPSSLOptions crlPaths , enabledCipherSuites , enabledSecureTransportProtocols , idleTimeout , jdkSslEngineOptions , keyStoreOptions , openSslEngineOptions , pemKeyCertOptions , pemTrustOptions , pfxKeyCertOptions , pfxTrustOptions , soLinger , ssl , tcpCork , tcpFastOpen , tcpKeepAlive , tcpNoDelay , tcpQuickAck , trustStoreOptions , useAlpn , usePooledBuffers |
Methods | |
toJson | shared actual default JsonObject toJson() |
Inherited Methods |
Methods inherited from: NetworkOptions |
Methods inherited from: Object equals |
Methods inherited from: TCPSSLOptions |
Methods inherited from: BaseDataObject toJson |