Uses of Interface
io.netty.channel.sctp.SctpChannelConfig
Packages that use SctpChannelConfig
Package
Description
Abstract SCTP socket interfaces which extend the core channel API.
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based SCTP channel API implementation - recommended for
a small number of connections (< 1000).
-
Uses of SctpChannelConfig in io.netty.channel.sctp
Classes in io.netty.channel.sctp that implement SctpChannelConfigMethods in io.netty.channel.sctp that return SctpChannelConfigModifier and TypeMethodDescriptionSctpChannel.config()
Returns theSctpChannelConfig
configuration of the channel.DefaultSctpChannelConfig.setAllocator
(ByteBufAllocator allocator) SctpChannelConfig.setAllocator
(ByteBufAllocator allocator) DefaultSctpChannelConfig.setAutoClose
(boolean autoClose) SctpChannelConfig.setAutoClose
(boolean autoClose) DefaultSctpChannelConfig.setAutoRead
(boolean autoRead) SctpChannelConfig.setAutoRead
(boolean autoRead) DefaultSctpChannelConfig.setConnectTimeoutMillis
(int connectTimeoutMillis) SctpChannelConfig.setConnectTimeoutMillis
(int connectTimeoutMillis) DefaultSctpChannelConfig.setInitMaxStreams
(SctpStandardSocketOptions.InitMaxStreams initMaxStreams) SctpChannelConfig.setInitMaxStreams
(SctpStandardSocketOptions.InitMaxStreams initMaxStreams) Gets theSCTP_INIT_MAXSTREAMS
option.DefaultSctpChannelConfig.setMaxMessagesPerRead
(int maxMessagesPerRead) Deprecated.SctpChannelConfig.setMaxMessagesPerRead
(int maxMessagesPerRead) Deprecated.DefaultSctpChannelConfig.setMessageSizeEstimator
(MessageSizeEstimator estimator) SctpChannelConfig.setMessageSizeEstimator
(MessageSizeEstimator estimator) DefaultSctpChannelConfig.setReceiveBufferSize
(int receiveBufferSize) SctpChannelConfig.setReceiveBufferSize
(int receiveBufferSize) Gets theSO_RCVBUF
option.DefaultSctpChannelConfig.setRecvByteBufAllocator
(RecvByteBufAllocator allocator) SctpChannelConfig.setRecvByteBufAllocator
(RecvByteBufAllocator allocator) DefaultSctpChannelConfig.setSctpNoDelay
(boolean sctpNoDelay) SctpChannelConfig.setSctpNoDelay
(boolean sctpNoDelay) Sets theSCTP_NODELAY
option.DefaultSctpChannelConfig.setSendBufferSize
(int sendBufferSize) SctpChannelConfig.setSendBufferSize
(int sendBufferSize) Sets theSO_SNDBUF
option.DefaultSctpChannelConfig.setWriteBufferHighWaterMark
(int writeBufferHighWaterMark) SctpChannelConfig.setWriteBufferHighWaterMark
(int writeBufferHighWaterMark) DefaultSctpChannelConfig.setWriteBufferLowWaterMark
(int writeBufferLowWaterMark) SctpChannelConfig.setWriteBufferLowWaterMark
(int writeBufferLowWaterMark) DefaultSctpChannelConfig.setWriteBufferWaterMark
(WriteBufferWaterMark writeBufferWaterMark) SctpChannelConfig.setWriteBufferWaterMark
(WriteBufferWaterMark writeBufferWaterMark) DefaultSctpChannelConfig.setWriteSpinCount
(int writeSpinCount) SctpChannelConfig.setWriteSpinCount
(int writeSpinCount) -
Uses of SctpChannelConfig in io.netty.channel.sctp.nio
Classes in io.netty.channel.sctp.nio that implement SctpChannelConfigFields in io.netty.channel.sctp.nio declared as SctpChannelConfigMethods in io.netty.channel.sctp.nio that return SctpChannelConfig -
Uses of SctpChannelConfig in io.netty.channel.sctp.oio
Classes in io.netty.channel.sctp.oio that implement SctpChannelConfigModifier and TypeClassDescriptionprivate final class
Deprecated.Fields in io.netty.channel.sctp.oio declared as SctpChannelConfigModifier and TypeFieldDescriptionprivate final SctpChannelConfig
OioSctpChannel.config
Deprecated.Methods in io.netty.channel.sctp.oio that return SctpChannelConfig