@author Tim Fox
Anything
Object
Basic
NetworkOptions
BaseDataObject
Identifiable
DatagramSocketOptions
TCPSSLOptions
ClientOptionsBase
HttpClientOptions
NetClientOptions
NetServerOptions
HttpServerOptions
NetworkOptions(Integer? receiveBufferSize = null, Boolean? reuseAddress = null, Integer? sendBufferSize = null, Integer? trafficClass = null)
receiveBufferSize = null
Set the TCP receive buffer size
reuseAddress = null
Set the value of reuse address
sendBufferSize = null
Set the TCP send buffer size
trafficClass = null
Set the value of traffic class
receiveBufferSize
shared Integer? receiveBufferSize
reuseAddress
shared Boolean? reuseAddress
sendBufferSize
shared Integer? sendBufferSize
trafficClass
shared Integer? trafficClass
hash
string
toJson
shared actual default JsonObject toJson()
BaseDataObject.toJson
equals