NetworkOptions(Boolean? logActivity = null, Integer? receiveBufferSize = null, Boolean? reuseAddress = null, Integer? sendBufferSize = null, Integer? trafficClass = null) Parameters: logActivity = null Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
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
|