Options for configuring a NetClient.
AnythingNetClientOptionsBaseDataObjectClientOptionsBaseBaseDataObjectTCPSSLOptionsBaseDataObjectNetworkOptionsBaseDataObjectBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
NetClientOptions(Integer? connectTimeout = null, {String*}? crlPaths = null, {String*}? enabledCipherSuites = null, Integer? idleTimeout = null, JksOptions? keyStoreOptions = null, PemKeyCertOptions? pemKeyCertOptions = null, PemTrustOptions? pemTrustOptions = null, PfxOptions? pfxKeyCertOptions = null, PfxOptions? pfxTrustOptions = 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? usePooledBuffers = null)Parameters:
|
| Attributes | |
reconnectAttempts | shared Integer? reconnectAttemptsSet the value of reconnect attempts |
reconnectInterval | shared Integer? reconnectIntervalSet the reconnect interval |
| Inherited Attributes |
Attributes inherited from: ClientOptionsBase |
Attributes inherited from: NetworkOptions |
Attributes inherited from: Objecthash, string |
Attributes inherited from: TCPSSLOptions |
| Methods | |
toJson | shared actual default JsonObject toJson() |
| Inherited Methods |
Methods inherited from: ClientOptionsBase |
Methods inherited from: NetworkOptions |
Methods inherited from: Objectequals |
Methods inherited from: TCPSSLOptions |
Methods inherited from: BaseDataObjecttoJson |