软件包 | 描述 |
---|---|
io.netty.channel.sctp |
抽象扩展核心通道API的SCTP套接字接口。
|
io.netty.channel.sctp.nio |
基于
NIO的SCTP通道API实现 - 推荐用于大量连接(> = 1000)。
|
io.netty.channel.sctp.oio |
旧的阻止基于I / O的SCTP通道API实现 - 建议用于少量连接(<1000)。
|
Constructor and Description |
---|
DefaultSctpChannelConfig(SctpChannel channel, com.sun.nio.sctp.SctpChannel javaChannel) |
SctpNotificationHandler(SctpChannel sctpChannel) |
Modifier and Type | Class and Description |
---|---|
class |
NioSctpChannel
SctpChannel 实现使用非阻塞模式,并允许读/写SctpMessage 到底层SctpChannel 。
|
Modifier and Type | Class and Description |
---|---|
class |
OioSctpChannel
SctpChannel 使用阻塞模式并允许读/写SctpMessage s到底层SctpChannel 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.