软件包 | 描述 |
---|---|
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)。
|
Modifier and Type | Method and Description |
---|---|
SctpServerChannel |
SctpChannel.parent() |
Constructor and Description |
---|
DefaultSctpServerChannelConfig(SctpServerChannel channel, com.sun.nio.sctp.SctpServerChannel javaChannel)
创建一个新的实例。
|
Modifier and Type | Class and Description |
---|---|
class |
NioSctpServerChannel
SctpServerChannel 实现,它使用非阻塞模式接受新连接并为它们创建NioSctpChannel 。
|
Modifier and Type | Method and Description |
---|---|
SctpServerChannel |
NioSctpChannel.parent() |
Modifier and Type | Class and Description |
---|---|
class |
OioSctpServerChannel
SctpServerChannel 实现,它使用阻塞模式接受新连接并为它们创建OioSctpChannel 。
|
Modifier and Type | Method and Description |
---|---|
SctpServerChannel |
OioSctpChannel.parent() |
Copyright © 2008–2018 The Netty Project. All rights reserved.