软件包 | 描述 |
---|---|
io.netty.channel |
核心频道API是异步和事件驱动的各种传输(如
NIO Channel)的抽象 。
|
io.netty.util.concurrent |
并发/异步任务的实用程序类。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelProgressivePromise
|
class |
DefaultChannelPromise
默认的 ChannelPromise 实现。
|
class |
VoidChannelPromise |
Modifier and Type | Class and Description |
---|---|
class |
CompleteFuture<V>
|
class |
DefaultProgressivePromise<V> |
class |
DefaultPromise<V> |
class |
FailedFuture<V>
已经失败的 CompleteFuture 。
|
class |
SucceededFuture<V>
The
CompleteFuture which is succeeded already.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.