Uses of Interface
io.netty.channel.sctp.SctpServerChannelConfig
Packages that use SctpServerChannelConfig
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 SctpServerChannelConfig in io.netty.channel.sctp
Classes in io.netty.channel.sctp that implement SctpServerChannelConfigModifier and TypeClassDescriptionclass
The defaultSctpServerChannelConfig
implementation for SCTP.Methods in io.netty.channel.sctp that return SctpServerChannelConfigModifier and TypeMethodDescriptionSctpServerChannel.config()
Returns theSctpServerChannelConfig
configuration of the channel.DefaultSctpServerChannelConfig.setAllocator
(ByteBufAllocator allocator) SctpServerChannelConfig.setAllocator
(ByteBufAllocator allocator) DefaultSctpServerChannelConfig.setAutoClose
(boolean autoClose) SctpServerChannelConfig.setAutoClose
(boolean autoClose) DefaultSctpServerChannelConfig.setAutoRead
(boolean autoRead) SctpServerChannelConfig.setAutoRead
(boolean autoRead) DefaultSctpServerChannelConfig.setBacklog
(int backlog) SctpServerChannelConfig.setBacklog
(int backlog) Sets the backlog value to specify when the channel binds to a local address.DefaultSctpServerChannelConfig.setConnectTimeoutMillis
(int connectTimeoutMillis) SctpServerChannelConfig.setConnectTimeoutMillis
(int connectTimeoutMillis) DefaultSctpServerChannelConfig.setInitMaxStreams
(SctpStandardSocketOptions.InitMaxStreams initMaxStreams) SctpServerChannelConfig.setInitMaxStreams
(SctpStandardSocketOptions.InitMaxStreams initMaxStreams) Gets theSCTP_INIT_MAXSTREAMS
option.DefaultSctpServerChannelConfig.setMaxMessagesPerRead
(int maxMessagesPerRead) Deprecated.SctpServerChannelConfig.setMaxMessagesPerRead
(int maxMessagesPerRead) Deprecated.DefaultSctpServerChannelConfig.setMessageSizeEstimator
(MessageSizeEstimator estimator) SctpServerChannelConfig.setMessageSizeEstimator
(MessageSizeEstimator estimator) DefaultSctpServerChannelConfig.setReceiveBufferSize
(int receiveBufferSize) SctpServerChannelConfig.setReceiveBufferSize
(int receiveBufferSize) Gets theSO_RCVBUF
option.DefaultSctpServerChannelConfig.setRecvByteBufAllocator
(RecvByteBufAllocator allocator) SctpServerChannelConfig.setRecvByteBufAllocator
(RecvByteBufAllocator allocator) DefaultSctpServerChannelConfig.setSendBufferSize
(int sendBufferSize) SctpServerChannelConfig.setSendBufferSize
(int sendBufferSize) Sets theSO_SNDBUF
option.DefaultSctpServerChannelConfig.setWriteBufferHighWaterMark
(int writeBufferHighWaterMark) SctpServerChannelConfig.setWriteBufferHighWaterMark
(int writeBufferHighWaterMark) DefaultSctpServerChannelConfig.setWriteBufferLowWaterMark
(int writeBufferLowWaterMark) SctpServerChannelConfig.setWriteBufferLowWaterMark
(int writeBufferLowWaterMark) DefaultSctpServerChannelConfig.setWriteBufferWaterMark
(WriteBufferWaterMark writeBufferWaterMark) SctpServerChannelConfig.setWriteBufferWaterMark
(WriteBufferWaterMark writeBufferWaterMark) DefaultSctpServerChannelConfig.setWriteSpinCount
(int writeSpinCount) SctpServerChannelConfig.setWriteSpinCount
(int writeSpinCount) -
Uses of SctpServerChannelConfig in io.netty.channel.sctp.nio
Classes in io.netty.channel.sctp.nio that implement SctpServerChannelConfigModifier and TypeClassDescriptionprivate final class
Fields in io.netty.channel.sctp.nio declared as SctpServerChannelConfigModifier and TypeFieldDescriptionprivate final SctpServerChannelConfig
NioSctpServerChannel.config
Methods in io.netty.channel.sctp.nio that return SctpServerChannelConfig -
Uses of SctpServerChannelConfig in io.netty.channel.sctp.oio
Classes in io.netty.channel.sctp.oio that implement SctpServerChannelConfigModifier and TypeClassDescriptionprivate final class
Deprecated.Fields in io.netty.channel.sctp.oio declared as SctpServerChannelConfigModifier and TypeFieldDescriptionprivate final SctpServerChannelConfig
OioSctpServerChannel.config
Deprecated.Methods in io.netty.channel.sctp.oio that return SctpServerChannelConfig