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
ConstructorsModifierConstructorDescriptionprivateOioSctpServerChannelConfig(OioSctpServerChannel channel, SctpServerChannel javaChannel) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidIs called onceDefaultChannelConfig.setAutoRead(boolean)is called withfalseandDefaultChannelConfig.isAutoRead()wastruebefore.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, setWriteSpinCountMethods inherited from class io.netty.channel.DefaultChannelConfig
getAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMaxMessagesPerWrite, getMessageSizeEstimator, getOptions, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteBufferWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setMaxMessagesPerWrite, setOptions, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:DefaultChannelConfigIs called onceDefaultChannelConfig.setAutoRead(boolean)is called withfalseandDefaultChannelConfig.isAutoRead()wastruebefore.- Overrides:
autoReadClearedin classDefaultChannelConfig
-