软件包 | 描述 |
---|---|
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)。
|
io.netty.handler.codec.sctp |
解码器和编码器在SCTP / IP中管理消息完成和多流编解码器。
|
Class and Description |
---|
SctpChannel
用于单个SCTP关联的SCTP / IP Channel 接口。
|
SctpChannelConfig |
SctpMessage
SCTP数据块的表示
|
SctpServerChannel
接受传入的SCTP / IP关联的SCTP / IP ServerChannel 。
|
SctpServerChannelConfig |
Class and Description |
---|
SctpChannel
单个SCTP关联的SCTP / IP Channel 接口。
|
SctpChannelConfig |
SctpServerChannel
接受传入的SCTP / IP关联的SCTP / IP ServerChannel 。
|
SctpServerChannelConfig |
Class and Description |
---|
SctpChannel
用于单个SCTP关联的SCTP / IP Channel 接口。
|
SctpChannelConfig |
SctpServerChannel
接受传入的SCTP / IP关联的SCTP / IP ServerChannel 。
|
SctpServerChannelConfig |
Class and Description |
---|
SctpMessage
SCTP数据块的表示
|
Copyright © 2008–2018 The Netty Project. All rights reserved.