软件包 | 描述 |
---|---|
io.netty.channel.sctp.oio |
旧的阻止基于I / O的SCTP通道API实现 - 建议用于少量连接(<1000)。
|
io.netty.channel.socket.oio |
旧阻塞基于I / O的套接字通道API实现 - 建议少量连接(<1000)。
|
Modifier and Type | Class and Description |
---|---|
class |
OioSctpChannel
SctpChannel 使用阻塞模式并允许读/写SctpMessage 到底层SctpChannel 。
|
class |
OioSctpServerChannel
SctpServerChannel 使用阻止模式接受新的连接并为它们创建OioSctpChannel 。
|
Modifier and Type | Class and Description |
---|---|
class |
OioDatagramChannel
一个数据报OIO Channel 发送和接收的AddressedEnvelope
。
|
class |
OioServerSocketChannel
ServerSocketChannel 它接受新的连接并为他们创建OioSocketChannel 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.