private final class OioSctpServerChannel.OioSctpServerChannelConfig extends DefaultSctpServerChannelConfig
channel
Modifier | Constructor and Description |
---|---|
private |
OioSctpServerChannelConfig(OioSctpServerChannel channel,
SctpServerChannel javaChannel) |
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. |
getBacklog, getInitMaxStreams, getOption, getOptions, getReceiveBufferSize, getSendBufferSize, setAllocator, setAutoClose, setAutoRead, setBacklog, setConnectTimeoutMillis, setInitMaxStreams, setMaxMessagesPerRead, setMessageSizeEstimator, setOption, setReceiveBufferSize, setRecvByteBufAllocator, setSendBufferSize, 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 OioSctpServerChannelConfig(OioSctpServerChannel channel, SctpServerChannel javaChannel)
protected void autoReadCleared()
DefaultChannelConfig
DefaultChannelConfig.setAutoRead(boolean)
is called with false
and DefaultChannelConfig.isAutoRead()
was
true
before.autoReadCleared
in class DefaultChannelConfig