Uses of Class
io.netty.channel.sctp.oio.OioSctpChannel
-
Packages that use OioSctpChannel 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 OioSctpChannel in io.netty.channel.sctp.oio
Constructors in io.netty.channel.sctp.oio with parameters of type OioSctpChannel Constructor Description OioSctpChannelConfig(OioSctpChannel channel, SctpChannel javaChannel)
-