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 a list of remote hosts that are not proxied when the client is configured to use a proxy. This
list serves the same purpose than the JVM nonProxyHosts
configuration.
Entries can use the * wildcard character for pattern matching, e.g *.example.com matches www.example.com.
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.
Set the connect timeout
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 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 ClientOptionsBase
Set the idle timeout unit. If not specified, default is seconds.
Set the key/cert options in jks format, aka Java keystore.
Set the local interface to bind for network connections. When the local address is null, it will pick any local address, the default local address is null.
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
Set a list of remote hosts that are not proxied when the client is configured to use a proxy. This
list serves the same purpose than the JVM nonProxyHosts
configuration.
Entries can use the * wildcard character for pattern matching, e.g *.example.com matches www.example.com.
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 proxy options for connections via CONNECT proxy (e.g. Squid) or a SOCKS proxy.
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 ClientOptionsBase
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 ClientOptionsBase
Set the value of reuse address
Set the value of reuse port.
This is only supported by native transports.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 whether all server certificates should be trusted
Set the ALPN usage.
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.
Set the connect timeout
Sets the list of enabled SSL/TLS protocols.
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 ClientOptionsBase
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 the local interface to bind for network connections. When the local address is null, it will pick any local address, the default local address is null.
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
Set a list of remote hosts that are not proxied when the client is configured to use a proxy. This
list serves the same purpose than the JVM nonProxyHosts
configuration.
Entries can use the * wildcard character for pattern matching, e.g *.example.com matches www.example.com.
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 proxy options for connections via CONNECT proxy (e.g. Squid) or a SOCKS proxy.
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 ClientOptionsBase
Set the TCP receive buffer size
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 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 whether all server certificates should be trusted
Set the trust options.
Set the trust options in jks format, aka Java truststore
Set the ALPN usage.
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 ClientOptionsBase
Generated using TypeDoc
Base class for Client options