HttpServerOptions(Integer? acceptBacklog = null, ClientAuth? clientAuth = null, Boolean? clientAuthRequired = null, Boolean? compressionSupported = null, {String*}? crlPaths = null, {String*}? enabledCipherSuites = null, Boolean? handle100ContinueAutomatically = null, String? host = null, Integer? idleTimeout = null, JksOptions? keyStoreOptions = null, Integer? maxChunkSize = null, Integer? maxWebsocketFrameSize = null, PemKeyCertOptions? pemKeyCertOptions = null, PemTrustOptions? pemTrustOptions = null, PfxOptions? pfxKeyCertOptions = null, PfxOptions? pfxTrustOptions = null, Integer? port = null, Integer? receiveBufferSize = null, Boolean? reuseAddress = null, Integer? sendBufferSize = null, Integer? soLinger = null, Boolean? ssl = null, Boolean? tcpKeepAlive = null, Boolean? tcpNoDelay = null, Integer? trafficClass = null, JksOptions? trustStoreOptions = null, Boolean? usePooledBuffers = null, String? websocketSubProtocols = null)Parameters: acceptBacklog = nullclientAuth = nullclientAuthRequired = nullcompressionSupported = nullSet whether the server supports compression
crlPaths = nullenabledCipherSuites = nullhandle100ContinueAutomatically = nullSet whether 100 Continue should be handled automatically
host = nullidleTimeout = nullkeyStoreOptions = nullmaxChunkSize = nullSet the maximum HTTP chunk size
maxWebsocketFrameSize = nullSet the maximum websocket frames size
pemKeyCertOptions = nullpemTrustOptions = nullpfxKeyCertOptions = nullpfxTrustOptions = nullport = nullreceiveBufferSize = nullreuseAddress = nullsendBufferSize = nullsoLinger = nullssl = nulltcpKeepAlive = nulltcpNoDelay = nulltrafficClass = nulltrustStoreOptions = nullusePooledBuffers = nullwebsocketSubProtocols = nullSet the websocket subprotocols supported by the server.
|