Uses of Package
io.netty.channel.sctp.nio
-
Packages that use io.netty.channel.sctp.nio Package Description io.netty.channel.sctp.nio NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000). -
Classes in io.netty.channel.sctp.nio used by io.netty.channel.sctp.nio Class Description NioSctpChannel SctpChannelimplementation which use non-blocking mode and allows to read / writeSctpMessages to the underlyingSctpChannel.NioSctpServerChannel SctpServerChannelimplementation which use non-blocking mode to accept new connections and create theNioSctpChannelfor them.