Uses of Interface
io.netty.channel.sctp.SctpServerChannelConfig
-
Packages that use SctpServerChannelConfig Package Description io.netty.channel.sctp Abstract SCTP socket interfaces which extend the core channel API.io.netty.channel.sctp.nio NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.sctp.oio 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 SctpServerChannelConfig Modifier and Type Class Description classDefaultSctpServerChannelConfigThe defaultSctpServerChannelConfigimplementation for SCTP.Methods in io.netty.channel.sctp that return SctpServerChannelConfig Modifier and Type Method Description SctpServerChannelConfigSctpServerChannel. config()Returns theSctpServerChannelConfigconfiguration of the channel.SctpServerChannelConfigDefaultSctpServerChannelConfig. setAllocator(ByteBufAllocator allocator)SctpServerChannelConfigSctpServerChannelConfig. setAllocator(ByteBufAllocator allocator)SctpServerChannelConfigDefaultSctpServerChannelConfig. setAutoClose(boolean autoClose)SctpServerChannelConfigSctpServerChannelConfig. setAutoClose(boolean autoClose)SctpServerChannelConfigDefaultSctpServerChannelConfig. setAutoRead(boolean autoRead)SctpServerChannelConfigSctpServerChannelConfig. setAutoRead(boolean autoRead)SctpServerChannelConfigDefaultSctpServerChannelConfig. setBacklog(int backlog)SctpServerChannelConfigSctpServerChannelConfig. setBacklog(int backlog)Sets the backlog value to specify when the channel binds to a local address.SctpServerChannelConfigDefaultSctpServerChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)SctpServerChannelConfigSctpServerChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)SctpServerChannelConfigDefaultSctpServerChannelConfig. setInitMaxStreams(com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams initMaxStreams)SctpServerChannelConfigSctpServerChannelConfig. setInitMaxStreams(com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams initMaxStreams)Gets theSCTP_INIT_MAXSTREAMSoption.SctpServerChannelConfigDefaultSctpServerChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)Deprecated.SctpServerChannelConfigSctpServerChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)Deprecated.SctpServerChannelConfigDefaultSctpServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)SctpServerChannelConfigSctpServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)SctpServerChannelConfigDefaultSctpServerChannelConfig. setReceiveBufferSize(int receiveBufferSize)SctpServerChannelConfigSctpServerChannelConfig. setReceiveBufferSize(int receiveBufferSize)Gets theSO_RCVBUFoption.SctpServerChannelConfigDefaultSctpServerChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)SctpServerChannelConfigSctpServerChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)SctpServerChannelConfigDefaultSctpServerChannelConfig. setSendBufferSize(int sendBufferSize)SctpServerChannelConfigSctpServerChannelConfig. setSendBufferSize(int sendBufferSize)Sets theSO_SNDBUFoption.SctpServerChannelConfigDefaultSctpServerChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)SctpServerChannelConfigSctpServerChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)SctpServerChannelConfigDefaultSctpServerChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)SctpServerChannelConfigSctpServerChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)SctpServerChannelConfigDefaultSctpServerChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)SctpServerChannelConfigSctpServerChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)SctpServerChannelConfigDefaultSctpServerChannelConfig. setWriteSpinCount(int writeSpinCount)SctpServerChannelConfigSctpServerChannelConfig. setWriteSpinCount(int writeSpinCount) -
Uses of SctpServerChannelConfig in io.netty.channel.sctp.nio
Methods in io.netty.channel.sctp.nio that return SctpServerChannelConfig Modifier and Type Method Description SctpServerChannelConfigNioSctpServerChannel. config() -
Uses of SctpServerChannelConfig in io.netty.channel.sctp.oio
Methods in io.netty.channel.sctp.oio that return SctpServerChannelConfig Modifier and Type Method Description SctpServerChannelConfigOioSctpServerChannel. config()Deprecated.
-