| Package | Description |
|---|---|
| io.netty.channel.sctp.nio |
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
|
| Class and Description |
|---|
NioSctpChannel
SctpChannel implementation which use non-blocking mode and allows to read /
write SctpMessages to the underlying SctpChannel. |
NioSctpServerChannel
SctpServerChannel implementation which use non-blocking mode to accept new
connections and create the NioSctpChannel for them. |