HttpClientOptions
Name | Type | Description |
---|---|---|
|
Set the connect timeout |
|
|
Add a CRL path |
|
|
Add a CRL value |
|
|
Set the default host name to be used by this client in requests if none is provided when making the request. |
|
|
Set the default port to be used by this client in requests if none is provided when making the request. |
|
|
Add an enabled cipher suite |
|
|
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 whether keep alive is enabled on the client |
|
Set the key/cert options in jks format, aka Java keystore. |
||
|
Set the maximum pool size for connections |
|
|
Set the max websocket frame 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 whether pipe-lining is enabled on the client |
|
|
Set the protocol version. |
|
|
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 whether all server certificates should be trusted |
|
Set the trust options in jks format, aka Java trustore |
||
|
Set whether compression is enabled |
|
|
Set whether Netty pooled buffers are enabled |
|
|
Set whether hostname verification is enabled |