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
Channel
interface for single SCTP association.AChannelConfig
for aSctpChannel
.Representation of SCTP Data ChunkA SCTP/IPServerChannel
which accepts incoming SCTP/IP associations.AChannelConfig
for aSctpServerChannelConfig
. -
Classes in io.netty.channel.sctp used by io.netty.channel.sctp.nioClassDescriptionThe default
SctpChannelConfig
implementation for SCTP.The defaultSctpServerChannelConfig
implementation for SCTP.A SCTP/IPChannel
interface for single SCTP association.AChannelConfig
for aSctpChannel
.A SCTP/IPServerChannel
which accepts incoming SCTP/IP associations.AChannelConfig
for aSctpServerChannelConfig
. -
Classes in io.netty.channel.sctp used by io.netty.channel.sctp.oioClassDescriptionThe default
SctpChannelConfig
implementation for SCTP.The defaultSctpServerChannelConfig
implementation for SCTP.A SCTP/IPChannel
interface for single SCTP association.AChannelConfig
for aSctpChannel
.A SCTP/IPServerChannel
which accepts incoming SCTP/IP associations.AChannelConfig
for aSctpServerChannelConfig
. -
Classes in io.netty.channel.sctp used by io.netty.handler.codec.sctp