private final class NioSctpServerChannel.NioSctpServerChannelConfig extends DefaultSctpServerChannelConfig
channel
Modifier | Constructor and Description |
---|---|
private |
NioSctpServerChannelConfig(NioSctpServerChannel 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 NioSctpServerChannelConfig(NioSctpServerChannel channel, SctpServerChannel javaChannel)
protected void autoReadCleared()
DefaultChannelConfig
DefaultChannelConfig.setAutoRead(boolean)
is called with false
and DefaultChannelConfig.isAutoRead()
was
true
before.autoReadCleared
in class DefaultChannelConfig