Uses of Class
io.netty.channel.sctp.nio.NioSctpServerChannel
-
Packages that use NioSctpServerChannel Package Description io.netty.channel.sctp.nio NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of NioSctpServerChannel in io.netty.channel.sctp.nio
Constructors in io.netty.channel.sctp.nio with parameters of type NioSctpServerChannel Constructor Description NioSctpServerChannelConfig(NioSctpServerChannel channel, SctpServerChannel javaChannel)
-