| 程序包 | 说明 |
|---|---|
| io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| io.netty.util.concurrent |
Benchmarks for
io.netty.util.concurrent. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultChannelProgressivePromise
The default
ChannelProgressivePromise implementation. |
class |
DefaultChannelPromise
The default
ChannelPromise implementation. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultProgressivePromise<V> |