程序包 | 说明 |
---|---|
io.netty.channel.sctp |
Abstract SCTP socket interfaces which extend the core channel API.
|
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).
|
限定符和类型 | 方法和说明 |
---|---|
SctpServerChannel |
SctpChannel.parent() |
构造器和说明 |
---|
DefaultSctpServerChannelConfig(SctpServerChannel channel,
SctpServerChannel javaChannel)
Creates a new instance.
|
限定符和类型 | 类和说明 |
---|---|
class |
NioSctpServerChannel
SctpServerChannel implementation which use non-blocking mode to accept new
connections and create the NioSctpChannel for them. |
限定符和类型 | 方法和说明 |
---|---|
SctpServerChannel |
NioSctpChannel.parent() |
限定符和类型 | 类和说明 |
---|---|
class |
OioSctpServerChannel
已过时。
use
NioSctpServerChannel . |
限定符和类型 | 方法和说明 |
---|---|
SctpServerChannel |
OioSctpChannel.parent()
已过时。
|