Uses of Package
io.netty.channel.sctp

Packages that use io.netty.channel.sctp
Package
Description
Abstract SCTP socket interfaces which extend the core channel API.
NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000).
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.