Uses of Interface
io.netty.channel.sctp.SctpServerChannel
Packages that use SctpServerChannel
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 SctpServerChannel in io.netty.channel.sctp
Methods in io.netty.channel.sctp that return SctpServerChannelConstructors in io.netty.channel.sctp with parameters of type SctpServerChannelModifierConstructorDescriptionDefaultSctpServerChannelConfig
(SctpServerChannel channel, SctpServerChannel javaChannel) Creates a new instance. -
Uses of SctpServerChannel in io.netty.channel.sctp.nio
Classes in io.netty.channel.sctp.nio that implement SctpServerChannelModifier and TypeClassDescriptionclass
SctpServerChannel
implementation which use non-blocking mode to accept new connections and create theNioSctpChannel
for them.Methods in io.netty.channel.sctp.nio that return SctpServerChannel -
Uses of SctpServerChannel in io.netty.channel.sctp.oio
Classes in io.netty.channel.sctp.oio that implement SctpServerChannelMethods in io.netty.channel.sctp.oio that return SctpServerChannel
NioSctpServerChannel
.