HttpServerOptions
Name | Type | Description |
---|---|---|
|
Set the accept back log |
|
|
Set whether client auth is required |
|
|
Set whether the server supports compression |
|
|
Add a CRL path |
|
|
Add a CRL value |
|
|
Add an enabled cipher suite |
|
|
Set whether 100 Continue should be handled automatically |
|
|
Set the host |
|
|
Set the idle timeout, in seconds. zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout. |
|
Set the key/cert options in jks format, aka Java keystore. |
||
|
Set the maximum websocket frames size |
|
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 TCP receive buffer size |
|
|
Set the value of reuse address |
|
|
Set the TCP send buffer size |
|
|
Set whether SO_linger keep alive is enabled |
|
|
Set whether SSL/TLS is enabled |
|
|
Set whether TCP keep alive is enabled |
|
|
Set whether TCP no delay is enabled |
|
|
Set the value of traffic class |
|
Set the trust options in jks format, aka Java trustore |
||
|
Set whether Netty pooled buffers are enabled |
|
|
Set the websocket subprotocols supported by the server. |