Return the decoder buffer size, in bytes
Return the encoder buffer size, in bytes
@return true when network activity logging is enabled
Return the TCP receive buffer size, in bytes
Return the TCP send buffer size, in bytes.
@return the value of traffic class
@return the value of reuse address
@return the value of reuse address - only supported by native transports
Set the decoder buffer size
Set the encoder buffer size
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
Set the TCP receive buffer size
Set the value of reuse address @param reuseAddress the value of reuse address @return a reference to this, so the API can be used fluently
Set the value of reuse port. <p/> This is only supported by native transports.
Set the TCP send buffer size
Set the value of traffic class
The default value of decoder buffer size
The default value of encoder buffer size
The default log enabled = false
The default value of TCP receive buffer size
The default value of reuse address
The default value of reuse port
The default value of TCP send buffer size
The default value of traffic class
@author <a href="http://tfox.org">Tim Fox</a>