Package | Description |
---|---|
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 |
Utility classes for concurrent / async tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelProgressivePromise
The default
ChannelProgressivePromise implementation. |
class |
DefaultChannelPromise
The default
ChannelPromise implementation. |
Modifier and Type | Class and Description |
---|---|
class |
CompleteFuture<V>
|
class |
DefaultProgressivePromise<V> |
class |
DefaultPromise<V> |
class |
FailedFuture<V>
The
CompleteFuture which is failed already. |
class |
SucceededFuture<V>
The
CompleteFuture which is succeeded already. |
Copyright © 2008–2017 The Netty Project. All rights reserved.