Uses of Class
io.netty.channel.sctp.oio.OioSctpServerChannel
-
Packages that use OioSctpServerChannel Package Description io.netty.channel.sctp.oio Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000). -
-
Uses of OioSctpServerChannel in io.netty.channel.sctp.oio
Constructors in io.netty.channel.sctp.oio with parameters of type OioSctpServerChannel Constructor Description OioSctpServerChannelConfig(OioSctpServerChannel channel, SctpServerChannel javaChannel)
-