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 TypeClassDescriptionclassThe defaultSctpServerChannelConfigimplementation for SCTP.Methods in io.netty.channel.sctp that return SctpServerChannelConfigModifier and TypeMethodDescriptionSctpServerChannel.config()Returns theSctpServerChannelConfigconfiguration 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_MAXSTREAMSoption.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_RCVBUFoption.DefaultSctpServerChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator) SctpServerChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator) DefaultSctpServerChannelConfig.setSendBufferSize(int sendBufferSize) SctpServerChannelConfig.setSendBufferSize(int sendBufferSize) Sets theSO_SNDBUFoption.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
Methods in io.netty.channel.sctp.nio that return SctpServerChannelConfig -
Uses of SctpServerChannelConfig in io.netty.channel.sctp.oio
Methods in io.netty.channel.sctp.oio that return SctpServerChannelConfig