Uses of Class
io.netty.util.concurrent.AbstractFuture
-
Packages that use AbstractFuture Package Description io.netty.bootstrap The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.group A channel registry which helps a user maintain the list of openChannel
s and perform bulk operations on them.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.proxy Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunnelingio.netty.handler.ssl SSL · TLS implementation based onSSLEngine
io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of AbstractFuture in io.netty.bootstrap
Subclasses of AbstractFuture in io.netty.bootstrap Modifier and Type Class Description (package private) static class
AbstractBootstrap.PendingRegistrationPromise
-
Uses of AbstractFuture in io.netty.channel
Subclasses of AbstractFuture in io.netty.channel Modifier and Type Class Description (package private) static class
AbstractChannel.CloseFuture
(package private) class
CompleteChannelFuture
A skeletalChannelFuture
implementation which represents aChannelFuture
which has been completed already.class
DefaultChannelProgressivePromise
The defaultChannelProgressivePromise
implementation.class
DefaultChannelPromise
The defaultChannelPromise
implementation.(package private) class
FailedChannelFuture
TheCompleteChannelFuture
which is failed already.(package private) class
SucceededChannelFuture
TheCompleteChannelFuture
which is succeeded already.class
VoidChannelPromise
-
Uses of AbstractFuture in io.netty.channel.group
Subclasses of AbstractFuture in io.netty.channel.group Modifier and Type Class Description (package private) class
DefaultChannelGroupFuture
The defaultChannelGroupFuture
implementation. -
Uses of AbstractFuture in io.netty.handler.codec.http2
Subclasses of AbstractFuture in io.netty.handler.codec.http2 Modifier and Type Class Description (package private) static class
Http2CodecUtil.SimpleChannelPromiseAggregator
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 Modifier and Type Class Description private class
ProxyHandler.LazyChannelPromise
-
Uses of AbstractFuture in io.netty.handler.ssl
Subclasses of AbstractFuture in io.netty.handler.ssl Modifier and Type Class Description private class
SslHandler.LazyChannelPromise
-
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.(package private) static class
ImmediateEventExecutor.ImmediateProgressivePromise<V>
(package private) static class
ImmediateEventExecutor.ImmediatePromise<V>
(package private) class
PromiseTask<V>
(package private) class
ScheduledFutureTask<V>
class
SucceededFuture<V>
TheCompleteFuture
which is succeeded already.private static class
UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask<V>
-