private final class NioSocketChannel.NioSocketChannelConfig extends DefaultSocketChannelConfig
javaSocket
channel
Modifier | Constructor and Description |
---|---|
private |
NioSocketChannelConfig(NioSocketChannel channel,
java.net.Socket javaSocket) |
Modifier and Type | Method and Description |
---|---|
protected void |
autoReadCleared()
Is called once
DefaultChannelConfig.setAutoRead(boolean) is called with false and DefaultChannelConfig.isAutoRead() was
true before. |
getOption, getOptions, getReceiveBufferSize, getSendBufferSize, getSoLinger, getTrafficClass, isAllowHalfClosure, isKeepAlive, isReuseAddress, isTcpNoDelay, setAllocator, setAllowHalfClosure, setAutoClose, setAutoRead, setConnectTimeoutMillis, setKeepAlive, setMaxMessagesPerRead, setMessageSizeEstimator, setOption, setPerformancePreferences, setReceiveBufferSize, setRecvByteBufAllocator, setReuseAddress, setSendBufferSize, setSoLinger, setTcpNoDelay, setTrafficClass, setWriteBufferHighWaterMark, setWriteBufferLowWaterMark, setWriteSpinCount
getAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMessageSizeEstimator, getOptions, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setOptions, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMessageSizeEstimator, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setOptions
private NioSocketChannelConfig(NioSocketChannel channel, java.net.Socket javaSocket)
protected void autoReadCleared()
DefaultChannelConfig
DefaultChannelConfig.setAutoRead(boolean)
is called with false
and DefaultChannelConfig.isAutoRead()
was
true
before.autoReadCleared
in class DefaultChannelConfig