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 openChannels 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 onSSLEngineio.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 classAbstractBootstrap.PendingRegistrationPromise -
Uses of AbstractFuture in io.netty.channel
Subclasses of AbstractFuture in io.netty.channel Modifier and Type Class Description (package private) static classAbstractChannel.CloseFuture(package private) classCompleteChannelFutureA skeletalChannelFutureimplementation which represents aChannelFuturewhich has been completed already.classDefaultChannelProgressivePromiseThe defaultChannelProgressivePromiseimplementation.classDefaultChannelPromiseThe defaultChannelPromiseimplementation.(package private) classFailedChannelFutureTheCompleteChannelFuturewhich is failed already.(package private) classSucceededChannelFutureTheCompleteChannelFuturewhich is succeeded already.classVoidChannelPromise -
Uses of AbstractFuture in io.netty.channel.group
Subclasses of AbstractFuture in io.netty.channel.group Modifier and Type Class Description (package private) classDefaultChannelGroupFutureThe defaultChannelGroupFutureimplementation. -
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 classHttp2CodecUtil.SimpleChannelPromiseAggregatorProvides 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 Modifier and Type Class Description private classProxyHandler.LazyChannelPromise -
Uses of AbstractFuture in io.netty.handler.ssl
Subclasses of AbstractFuture in io.netty.handler.ssl Modifier and Type Class Description private classSslHandler.LazyChannelPromise -
Uses of AbstractFuture in io.netty.util.concurrent
Subclasses of AbstractFuture in io.netty.util.concurrent Modifier and Type Class Description classCompleteFuture<V>classDefaultProgressivePromise<V>classDefaultPromise<V>classFailedFuture<V>TheCompleteFuturewhich is failed already.(package private) static classImmediateEventExecutor.ImmediateProgressivePromise<V>(package private) static classImmediateEventExecutor.ImmediatePromise<V>(package private) classPromiseTask<V>(package private) classScheduledFutureTask<V>classSucceededFuture<V>TheCompleteFuturewhich is succeeded already.private static classUnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask<V>
-