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, setWriteBufferWaterMark, setWriteSpinCountgetAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMessageSizeEstimator, getOptions, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteBufferWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setOptions, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMessageSizeEstimator, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteBufferWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setOptionsprivate OioSctpServerChannelConfig(OioSctpServerChannel channel, SctpServerChannel javaChannel)
protected void autoReadCleared()
DefaultChannelConfigDefaultChannelConfig.setAutoRead(boolean) is called with false and DefaultChannelConfig.isAutoRead() was
true before.autoReadCleared in class DefaultChannelConfig