| 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). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSctpServerChannelConfigThe default  SctpServerChannelConfigimplementation for SCTP. | 
| Modifier and Type | Method and Description | 
|---|---|
| SctpServerChannelConfig | SctpServerChannel. config()Returns the  SctpServerChannelConfigconfiguration of the channel. | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setAllocator(ByteBufAllocator allocator) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setAllocator(ByteBufAllocator allocator) | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setAutoRead(boolean autoRead) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setAutoRead(boolean autoRead) | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setBacklog(int backlog) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setBacklog(int backlog)Sets the backlog value to specify when the channel binds to a local address. | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis) | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setInitMaxStreams(com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams initMaxStreams) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setInitMaxStreams(com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams initMaxStreams)Gets the 
      SCTP_INIT_MAXSTREAMSoption. | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead) | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator) | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setReceiveBufferSize(int receiveBufferSize) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setReceiveBufferSize(int receiveBufferSize)Gets the 
      SO_RCVBUFoption. | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator) | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setSendBufferSize(int sendBufferSize) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setSendBufferSize(int sendBufferSize)Sets the 
      SO_SNDBUFoption. | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark) | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark) | 
| SctpServerChannelConfig | DefaultSctpServerChannelConfig. setWriteSpinCount(int writeSpinCount) | 
| SctpServerChannelConfig | SctpServerChannelConfig. setWriteSpinCount(int writeSpinCount) | 
| Modifier and Type | Method and Description | 
|---|---|
| SctpServerChannelConfig | NioSctpServerChannel. config() | 
| Modifier and Type | Method and Description | 
|---|---|
| SctpServerChannelConfig | OioSctpServerChannel. config() | 
Copyright © 2008–2015 The Netty Project. All rights reserved.