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>>
,EventListener
- Enclosing class:
FixedChannelPool
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
(package private) ScheduledFuture
<?> Fields inherited from class io.netty.channel.pool.FixedChannelPool.AcquireListener
acquired
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.netty.channel.pool.FixedChannelPool.AcquireListener
acquired, operationComplete
-
Field Details
-
promise
-
expireNanoTime
final long expireNanoTime -
timeoutFuture
ScheduledFuture<?> timeoutFuture
-
-
Constructor Details
-
AcquireTask
-