Uses of Class
io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
Packages that use DefaultSctpServerChannelConfig Package Description io.netty.channel.sctp.nio NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.sctp.oio Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000). -
-
Uses of DefaultSctpServerChannelConfig in io.netty.channel.sctp.nio
Subclasses of DefaultSctpServerChannelConfig in io.netty.channel.sctp.nio Modifier and Type Class Description private class
NioSctpServerChannel.NioSctpServerChannelConfig
-
Uses of DefaultSctpServerChannelConfig in io.netty.channel.sctp.oio
Subclasses of DefaultSctpServerChannelConfig in io.netty.channel.sctp.oio Modifier and Type Class Description private class
OioSctpServerChannel.OioSctpServerChannelConfig
Deprecated.
-