Uses of Interface
io.netty.channel.sctp.SctpChannelConfig
-
Packages that use SctpChannelConfig 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 SctpChannelConfig in io.netty.channel.sctp
Classes in io.netty.channel.sctp that implement SctpChannelConfig Modifier and Type Class Description classDefaultSctpChannelConfigThe defaultSctpChannelConfigimplementation for SCTP.Methods in io.netty.channel.sctp that return SctpChannelConfig Modifier and Type Method Description SctpChannelConfigSctpChannel. config()Returns theSctpChannelConfigconfiguration of the channel.SctpChannelConfigDefaultSctpChannelConfig. setAllocator(ByteBufAllocator allocator)SctpChannelConfigSctpChannelConfig. setAllocator(ByteBufAllocator allocator)SctpChannelConfigDefaultSctpChannelConfig. setAutoClose(boolean autoClose)SctpChannelConfigSctpChannelConfig. setAutoClose(boolean autoClose)SctpChannelConfigDefaultSctpChannelConfig. setAutoRead(boolean autoRead)SctpChannelConfigSctpChannelConfig. setAutoRead(boolean autoRead)SctpChannelConfigDefaultSctpChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)SctpChannelConfigSctpChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)SctpChannelConfigDefaultSctpChannelConfig. setInitMaxStreams(com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams initMaxStreams)SctpChannelConfigSctpChannelConfig. setInitMaxStreams(com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams initMaxStreams)Gets theSCTP_INIT_MAXSTREAMSoption.SctpChannelConfigDefaultSctpChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)Deprecated.SctpChannelConfigSctpChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)Deprecated.SctpChannelConfigDefaultSctpChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)SctpChannelConfigSctpChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)SctpChannelConfigDefaultSctpChannelConfig. setReceiveBufferSize(int receiveBufferSize)SctpChannelConfigSctpChannelConfig. setReceiveBufferSize(int receiveBufferSize)Gets theSO_RCVBUFoption.SctpChannelConfigDefaultSctpChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)SctpChannelConfigSctpChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)SctpChannelConfigDefaultSctpChannelConfig. setSctpNoDelay(boolean sctpNoDelay)SctpChannelConfigSctpChannelConfig. setSctpNoDelay(boolean sctpNoDelay)Sets theSCTP_NODELAYoption.SctpChannelConfigDefaultSctpChannelConfig. setSendBufferSize(int sendBufferSize)SctpChannelConfigSctpChannelConfig. setSendBufferSize(int sendBufferSize)Sets theSO_SNDBUFoption.SctpChannelConfigDefaultSctpChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)SctpChannelConfigSctpChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)SctpChannelConfigDefaultSctpChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)SctpChannelConfigSctpChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)SctpChannelConfigDefaultSctpChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)SctpChannelConfigSctpChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)SctpChannelConfigDefaultSctpChannelConfig. setWriteSpinCount(int writeSpinCount)SctpChannelConfigSctpChannelConfig. setWriteSpinCount(int writeSpinCount) -
Uses of SctpChannelConfig in io.netty.channel.sctp.nio
Methods in io.netty.channel.sctp.nio that return SctpChannelConfig Modifier and Type Method Description SctpChannelConfigNioSctpChannel. config() -
Uses of SctpChannelConfig in io.netty.channel.sctp.oio
Methods in io.netty.channel.sctp.oio that return SctpChannelConfig Modifier and Type Method Description SctpChannelConfigOioSctpChannel. config()Deprecated.
-