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
Channels 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) classA skeletalChannelFutureimplementation which represents aChannelFuturewhich has been completed already.classThe defaultChannelProgressivePromiseimplementation.classThe defaultChannelPromiseimplementation.(package private) final classTheCompleteChannelFuturewhich is failed already.(package private) final classTheCompleteChannelFuturewhich 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 classThe defaultChannelGroupFutureimplementation. -
Uses of AbstractFuture in io.netty.handler.codec.http2
Subclasses of AbstractFuture in io.netty.handler.codec.http2Modifier and TypeClassDescription(package private) static final classProvides the ability to associate the outcome of multipleChannelPromiseobjects into a singleChannelPromiseobject. -
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 TypeClassDescriptionclassclassclassfinal classFailedFuture<V>TheCompleteFuturewhich is failed already.(package private) static class(package private) static class(package private) classPromiseTask<V>(package private) final classfinal classTheCompleteFuturewhich is succeeded already.private static final class