程序包 | 说明 |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.kqueue |
BSD specific transport.
|
io.netty.channel.sctp |
Abstract SCTP socket interfaces which extend the core channel API.
|
io.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
io.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.channel.udt |
UDT Transport.
|
限定符和类型 | 类和说明 |
---|---|
class |
EpollChannelConfig |
class |
EpollDatagramChannelConfig |
class |
EpollDomainDatagramChannelConfig |
class |
EpollDomainSocketChannelConfig |
class |
EpollServerChannelConfig |
class |
EpollServerSocketChannelConfig |
class |
EpollSocketChannelConfig |
限定符和类型 | 类和说明 |
---|---|
class |
KQueueChannelConfig |
class |
KQueueDatagramChannelConfig |
class |
KQueueDomainDatagramChannelConfig |
class |
KQueueDomainSocketChannelConfig |
class |
KQueueServerChannelConfig |
class |
KQueueServerSocketChannelConfig |
class |
KQueueSocketChannelConfig |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultSctpChannelConfig
The default
SctpChannelConfig implementation for SCTP. |
class |
DefaultSctpServerChannelConfig
The default
SctpServerChannelConfig implementation for SCTP. |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultDatagramChannelConfig
The default
DatagramChannelConfig implementation. |
class |
DefaultServerSocketChannelConfig
The default
ServerSocketChannelConfig implementation. |
class |
DefaultSocketChannelConfig
The default
SocketChannelConfig implementation. |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultOioServerSocketChannelConfig
已过时。
use NIO / EPOLL / KQUEUE transport.
|
class |
DefaultOioSocketChannelConfig
已过时。
use NIO / EPOLL / KQUEUE transport.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultUdtChannelConfig
已过时。
The UDT transport is no longer maintained and will be removed.
|
class |
DefaultUdtServerChannelConfig
已过时。
The UDT transport is no longer maintained and will be removed.
|