Uses of Class
io.netty.util.concurrent.AbstractFuture
Packages that use AbstractFuture
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A channel registry which helps a user maintain the list of open
Channel
s and perform bulk operations on them.Handlers for sending and receiving HTTP/2 frames.
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
Utility classes for concurrent / async tasks.
-
Uses of AbstractFuture in io.netty.bootstrap
Subclasses of AbstractFuture in io.netty.bootstrapModifier and TypeClassDescription(package private) static final class
-
Uses of AbstractFuture in io.netty.channel
Subclasses of AbstractFuture in io.netty.channelModifier and TypeClassDescription(package private) static final class
(package private) class
A skeletalChannelFuture
implementation which represents aChannelFuture
which has been completed already.class
The defaultChannelProgressivePromise
implementation.class
The defaultChannelPromise
implementation.(package private) final class
TheCompleteChannelFuture
which is failed already.(package private) final class
TheCompleteChannelFuture
which is succeeded already.final class
-
Uses of AbstractFuture in io.netty.channel.group
Subclasses of AbstractFuture in io.netty.channel.groupModifier and TypeClassDescription(package private) final class
The defaultChannelGroupFuture
implementation. -
Uses of AbstractFuture in io.netty.handler.codec.http2
Subclasses of AbstractFuture in io.netty.handler.codec.http2Modifier and TypeClassDescription(package private) static final class
Provides the ability to associate the outcome of multipleChannelPromise
objects into a singleChannelPromise
object. -
Uses of AbstractFuture in io.netty.handler.proxy
Subclasses of AbstractFuture in io.netty.handler.proxy -
Uses of AbstractFuture in io.netty.handler.ssl
Subclasses of AbstractFuture in io.netty.handler.ssl -
Uses of AbstractFuture in io.netty.util.concurrent
Subclasses of AbstractFuture in io.netty.util.concurrentModifier and TypeClassDescriptionclass
class
class
final class
FailedFuture<V>
TheCompleteFuture
which is failed already.(package private) static class
(package private) static class
(package private) class
PromiseTask<V>
(package private) final class
final class
TheCompleteFuture
which is succeeded already.private static final class