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.
-
Classes in io.netty.channel.sctp used by io.netty.channel.sctpClassDescriptionA SCTP/IP
Channelinterface for single SCTP association.AChannelConfigfor aSctpChannel.Representation of SCTP Data ChunkA SCTP/IPServerChannelwhich accepts incoming SCTP/IP associations.AChannelConfigfor aSctpServerChannelConfig. -
Classes in io.netty.channel.sctp used by io.netty.channel.sctp.nioClassDescriptionA SCTP/IP
Channelinterface for single SCTP association.AChannelConfigfor aSctpChannel.A SCTP/IPServerChannelwhich accepts incoming SCTP/IP associations.AChannelConfigfor aSctpServerChannelConfig. -
Classes in io.netty.channel.sctp used by io.netty.channel.sctp.oioClassDescriptionA SCTP/IP
Channelinterface for single SCTP association.AChannelConfigfor aSctpChannel.A SCTP/IPServerChannelwhich accepts incoming SCTP/IP associations.AChannelConfigfor aSctpServerChannelConfig. -
Classes in io.netty.channel.sctp used by io.netty.handler.codec.sctp