Class FixedChannelPool.AcquireListener

java.lang.Object
io.netty.channel.pool.FixedChannelPool.AcquireListener
All Implemented Interfaces:
FutureListener<Channel>, GenericFutureListener<Future<Channel>>, EventListener
Direct Known Subclasses:
FixedChannelPool.AcquireTask
Enclosing class:
FixedChannelPool

private class FixedChannelPool.AcquireListener extends Object implements FutureListener<Channel>