Uses of Class
io.netty.util.concurrent.AbstractFuture
-
Packages that use AbstractFuture 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. -
-
Uses of AbstractFuture in io.netty.channel
Subclasses of AbstractFuture in io.netty.channel Modifier and Type Class Description class
DefaultChannelProgressivePromise
The defaultChannelProgressivePromise
implementation.class
DefaultChannelPromise
The defaultChannelPromise
implementation.class
VoidChannelPromise
-
Uses of AbstractFuture in io.netty.util.concurrent
Subclasses of AbstractFuture in io.netty.util.concurrent Modifier and Type Class Description class
CompleteFuture<V>
class
DefaultProgressivePromise<V>
class
DefaultPromise<V>
class
FailedFuture<V>
TheCompleteFuture
which is failed already.class
SucceededFuture<V>
TheCompleteFuture
which is succeeded already.
-