Package io.netty.channel.sctp.oio
Class OioSctpServerChannel.OioSctpServerChannelConfig
java.lang.Object
io.netty.channel.DefaultChannelConfig
io.netty.channel.sctp.DefaultSctpServerChannelConfig
io.netty.channel.sctp.oio.OioSctpServerChannel.OioSctpServerChannelConfig
- All Implemented Interfaces:
ChannelConfig
,SctpServerChannelConfig
- Enclosing class:
OioSctpServerChannel
private final class OioSctpServerChannel.OioSctpServerChannelConfig
extends DefaultSctpServerChannelConfig
-
Field Summary
Fields inherited from class io.netty.channel.DefaultChannelConfig
channel
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
OioSctpServerChannelConfig
(OioSctpServerChannel channel, SctpServerChannel javaChannel) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Is called onceDefaultChannelConfig.setAutoRead(boolean)
is called withfalse
andDefaultChannelConfig.isAutoRead()
wastrue
before.Methods inherited from class io.netty.channel.sctp.DefaultSctpServerChannelConfig
getBacklog, getInitMaxStreams, getOption, getOptions, getReceiveBufferSize, getSendBufferSize, setAllocator, setAutoClose, setAutoRead, setBacklog, setConnectTimeoutMillis, setInitMaxStreams, setMaxMessagesPerRead, setMessageSizeEstimator, setOption, setReceiveBufferSize, setRecvByteBufAllocator, setSendBufferSize, setWriteBufferHighWaterMark, setWriteBufferLowWaterMark, setWriteBufferWaterMark, setWriteSpinCount
Methods inherited from class io.netty.channel.DefaultChannelConfig
getAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMaxMessagesPerWrite, getMessageSizeEstimator, getOptions, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteBufferWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setMaxMessagesPerWrite, setOptions, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.netty.channel.ChannelConfig
getAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMessageSizeEstimator, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteBufferWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setOptions
-
Constructor Details
-
OioSctpServerChannelConfig
-
-
Method Details
-
autoReadCleared
protected void autoReadCleared()Description copied from class:DefaultChannelConfig
Is called onceDefaultChannelConfig.setAutoRead(boolean)
is called withfalse
andDefaultChannelConfig.isAutoRead()
wastrue
before.- Overrides:
autoReadCleared
in classDefaultChannelConfig
-