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).
|
Modifier and Type | Class and Description |
---|---|
private class |
NioSctpChannel.NioSctpChannelConfig |
Modifier and Type | Class and Description |
---|---|
private class |
OioSctpChannel.OioSctpChannelConfig |