Options for configuring a NetClient.
Anything
NetClientOptions
BaseDataObject
ClientOptionsBase
BaseDataObject
TCPSSLOptions
BaseDataObject
NetworkOptions
BaseDataObject
Basic
Identifiable
Object
Anything
no 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? reconnectAttempts Set the value of reconnect attempts |
reconnectInterval | shared Integer? reconnectInterval Set the reconnect interval |
Inherited Attributes |
Attributes inherited from: ClientOptionsBase |
Attributes inherited from: NetworkOptions |
Attributes inherited from: Object hash , 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: Object equals |
Methods inherited from: TCPSSLOptions |
Methods inherited from: BaseDataObject toJson |