Package io.netty.channel.pool
Class FixedChannelPool.AcquireTask
- java.lang.Object
-
- io.netty.channel.pool.FixedChannelPool.AcquireListener
-
- io.netty.channel.pool.FixedChannelPool.AcquireTask
-
- All Implemented Interfaces:
FutureListener<Channel>
,GenericFutureListener<Future<Channel>>
,java.util.EventListener
- Enclosing class:
- FixedChannelPool
private final class FixedChannelPool.AcquireTask extends FixedChannelPool.AcquireListener
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
expireNanoTime
(package private) Promise<Channel>
promise
(package private) java.util.concurrent.ScheduledFuture<?>
timeoutFuture
-
Fields inherited from class io.netty.channel.pool.FixedChannelPool.AcquireListener
acquired
-
-
Constructor Summary
Constructors Constructor Description AcquireTask(Promise<Channel> promise)
-
Method Summary
-
Methods inherited from class io.netty.channel.pool.FixedChannelPool.AcquireListener
acquired, operationComplete
-
-