| 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).
|
| io.netty.handler.codec.sctp |
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
|
| Class and Description |
|---|
| SctpChannel
A SCTP/IP
Channel interface for single SCTP association. |
| SctpChannelConfig
A
ChannelConfig for a SctpChannel. |
| SctpMessage
Representation of SCTP Data Chunk
|
| SctpServerChannel
A SCTP/IP
ServerChannel which accepts incoming SCTP/IP associations. |
| SctpServerChannelConfig
A
ChannelConfig for a SctpServerChannelConfig. |
| Class and Description |
|---|
| SctpChannel
A SCTP/IP
Channel interface for single SCTP association. |
| SctpChannelConfig
A
ChannelConfig for a SctpChannel. |
| SctpServerChannel
A SCTP/IP
ServerChannel which accepts incoming SCTP/IP associations. |
| SctpServerChannelConfig
A
ChannelConfig for a SctpServerChannelConfig. |
| Class and Description |
|---|
| SctpChannel
A SCTP/IP
Channel interface for single SCTP association. |
| SctpChannelConfig
A
ChannelConfig for a SctpChannel. |
| SctpServerChannel
A SCTP/IP
ServerChannel which accepts incoming SCTP/IP associations. |
| SctpServerChannelConfig
A
ChannelConfig for a SctpServerChannelConfig. |
| Class and Description |
|---|
| SctpMessage
Representation of SCTP Data Chunk
|
Copyright © 2008–2025 The Netty Project. All rights reserved.