软件包 | 描述 |
---|---|
io.netty.channel.epoll |
针对Linux的优化传输,使用
EPOLL Edge-Triggered Mode获得最高性能。
|
io.netty.channel.kqueue |
BSD专用运输。
|
io.netty.channel.sctp |
抽象扩展核心通道API的SCTP套接字接口。
|
io.netty.channel.socket |
抽象扩展核心通道API的TCP和UDP套接字接口。
|
io.netty.channel.socket.oio |
旧阻塞基于I / O的套接字通道API实现 - 建议少量连接(<1000)。
|
io.netty.channel.udt |
UDT运输。
|
Modifier and Type | Class and Description |
---|---|
class |
EpollChannelConfig |
class |
EpollDatagramChannelConfig |
class |
EpollDomainSocketChannelConfig |
class |
EpollServerChannelConfig |
class |
EpollServerSocketChannelConfig |
class |
EpollSocketChannelConfig |
Modifier and Type | Class and Description |
---|---|
class |
KQueueChannelConfig |
class |
KQueueDatagramChannelConfig |
class |
KQueueDomainSocketChannelConfig |
class |
KQueueServerChannelConfig |
class |
KQueueServerSocketChannelConfig |
class |
KQueueSocketChannelConfig |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSctpChannelConfig
SCTP的默认 SctpChannelConfig 实现。
|
class |
DefaultSctpServerChannelConfig
SCTP的默认 SctpServerChannelConfig 实现。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDatagramChannelConfig
默认的 DatagramChannelConfig 实现。
|
class |
DefaultServerSocketChannelConfig
|
class |
DefaultSocketChannelConfig
默认 SocketChannelConfig 实现。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOioServerSocketChannelConfig
|
class |
DefaultOioSocketChannelConfig
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUdtChannelConfig
已过时。
UDT运输不再维护并将被移除。
|
class |
DefaultUdtServerChannelConfig
已过时。
UDT运输不再维护并将被移除。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.