| 程序包 | 说明 |
|---|---|
| io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| io.netty.channel.oio |
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
|
| 构造器和说明 |
|---|
ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup parent)
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
OioEventLoopGroup
已过时。
use NIO / EPOLL / KQUEUE transport.
|