Uses of Interface
io.netty.util.concurrent.FutureListener
Packages that use FutureListener
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Implementations and API for
Channel pools.Utility classes for concurrent / async tasks.
-
Uses of FutureListener in io.netty.channel
Fields in io.netty.channel declared as FutureListenerModifier and TypeFieldDescriptionprivate final FutureListener<Object> ThreadPerChannelEventLoopGroup.childTerminationListenerDeprecated. -
Uses of FutureListener in io.netty.channel.pool
Classes in io.netty.channel.pool that implement FutureListenerModifier and TypeClassDescriptionprivate classprivate final class -
Uses of FutureListener in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement FutureListenerModifier and TypeClassDescriptionprivate static final class -
Uses of FutureListener in io.netty.util.concurrent
Classes in io.netty.util.concurrent that implement FutureListener
PromiseNotifier.cascade(boolean, Future, Promise).