Uses of Interface
io.netty.util.concurrent.FutureListener
-
Packages that use FutureListener Package Description 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.pool Implementations and API forChannel
pools.io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of FutureListener in io.netty.channel
Fields in io.netty.channel declared as FutureListener Modifier and Type Field Description private FutureListener<java.lang.Object>
ThreadPerChannelEventLoopGroup. childTerminationListener
Deprecated. -
Uses of FutureListener in io.netty.channel.pool
Classes in io.netty.channel.pool that implement FutureListener Modifier and Type Class Description private class
FixedChannelPool.AcquireListener
private class
FixedChannelPool.AcquireTask
-
Uses of FutureListener in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement FutureListener Modifier and Type Class Description private static class
ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod.ResultCallbackListener
-
Uses of FutureListener in io.netty.util.concurrent
Classes in io.netty.util.concurrent that implement FutureListener Modifier and Type Class Description class
UnaryPromiseNotifier<T>
Deprecated.
-