NetClientOptions(Integer? connectTimeout = null, {String*}? crlPaths = null, {String*}? enabledCipherSuites = null, {String*}? enabledSecureTransportProtocols = null, String? hostnameVerificationAlgorithm = null, Integer? idleTimeout = null, JdkSSLEngineOptions? jdkSslEngineOptions = null, JksOptions? keyStoreOptions = null, Boolean? logActivity = null, String? metricsName = null, OpenSSLEngineOptions? openSslEngineOptions = null, PemKeyCertOptions? pemKeyCertOptions = null, PemTrustOptions? pemTrustOptions = null, PfxOptions? pfxKeyCertOptions = null, PfxOptions? pfxTrustOptions = null, ProxyOptions? proxyOptions = null, Integer? receiveBufferSize = null, Integer? reconnectAttempts = null, Integer? reconnectInterval = null, Boolean? reuseAddress = null, Integer? sendBufferSize = null, Integer? soLinger = null, Boolean? ssl = null, Boolean? tcpKeepAlive = null, Boolean? tcpNoDelay = null, Integer? trafficClass = null, Boolean? trustAll = null, JksOptions? trustStoreOptions = null, Boolean? useAlpn = null, Boolean? usePooledBuffers = null)Parameters: connectTimeout = nullcrlPaths = nullenabledCipherSuites = nullenabledSecureTransportProtocols = nullhostnameVerificationAlgorithm = nullSet the hostname verification algorithm interval
To disable hostname verification, set hostnameVerificationAlgorithm to an empty String
idleTimeout = nulljdkSslEngineOptions = nullkeyStoreOptions = nulllogActivity = nullmetricsName = nullopenSslEngineOptions = nullpemKeyCertOptions = nullpemTrustOptions = nullpfxKeyCertOptions = nullpfxTrustOptions = nullproxyOptions = nullreceiveBufferSize = nullreconnectAttempts = nullSet the value of reconnect attempts
reconnectInterval = nullSet the reconnect interval
reuseAddress = nullsendBufferSize = nullsoLinger = nullssl = nulltcpKeepAlive = nulltcpNoDelay = nulltrafficClass = nulltrustAll = nulltrustStoreOptions = nulluseAlpn = nullusePooledBuffers = null
|