Uses of Package
io.netty.channel.sctp
-
Packages that use io.netty.channel.sctp 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. -
Classes in io.netty.channel.sctp used by io.netty.channel.sctp Class Description SctpChannel A SCTP/IPChannelinterface for single SCTP association.SctpChannelConfig AChannelConfigfor aSctpChannel.SctpMessage Representation of SCTP Data ChunkSctpServerChannel A SCTP/IPServerChannelwhich accepts incoming SCTP/IP associations.SctpServerChannelConfig AChannelConfigfor aSctpServerChannelConfig. -
Classes in io.netty.channel.sctp used by io.netty.channel.sctp.nio Class Description SctpChannel A SCTP/IPChannelinterface for single SCTP association.SctpChannelConfig AChannelConfigfor aSctpChannel.SctpServerChannel A SCTP/IPServerChannelwhich accepts incoming SCTP/IP associations.SctpServerChannelConfig AChannelConfigfor aSctpServerChannelConfig. -
Classes in io.netty.channel.sctp used by io.netty.channel.sctp.oio Class Description SctpChannel A SCTP/IPChannelinterface for single SCTP association.SctpChannelConfig AChannelConfigfor aSctpChannel.SctpServerChannel A SCTP/IPServerChannelwhich accepts incoming SCTP/IP associations.SctpServerChannelConfig AChannelConfigfor aSctpServerChannelConfig. -
Classes in io.netty.channel.sctp used by io.netty.handler.codec.sctp Class Description SctpMessage Representation of SCTP Data Chunk