NetworkOptions(Boolean? logActivity = null, Integer? receiveBufferSize = null, Boolean? reuseAddress = null, Integer? sendBufferSize = null, Integer? trafficClass = null)Parameters: logActivity = nullSet to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
receiveBufferSize = nullSet the TCP receive buffer size
reuseAddress = nullSet the value of reuse address
sendBufferSize = nullSet the TCP send buffer size
trafficClass = nullSet the value of traffic class
|