Uses of Interface
io.netty.channel.sctp.SctpChannel
Packages that use SctpChannel
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).
-
Uses of SctpChannel in io.netty.channel.sctp
Fields in io.netty.channel.sctp declared as SctpChannelConstructors in io.netty.channel.sctp with parameters of type SctpChannelModifierConstructorDescriptionDefaultSctpChannelConfig
(SctpChannel channel, SctpChannel javaChannel) SctpNotificationHandler
(SctpChannel sctpChannel) -
Uses of SctpChannel in io.netty.channel.sctp.nio
Classes in io.netty.channel.sctp.nio that implement SctpChannelModifier and TypeClassDescriptionclass
SctpChannel
implementation which use non-blocking mode and allows to read / writeSctpMessage
s to the underlyingSctpChannel
. -
Uses of SctpChannel in io.netty.channel.sctp.oio
Classes in io.netty.channel.sctp.oio that implement SctpChannel
NioSctpChannel
.