Uses of Class
io.netty.channel.pool.FixedChannelPool.AcquireTask
-
Packages that use FixedChannelPool.AcquireTask Package Description io.netty.channel.pool Implementations and API forChannel
pools. -
-
Uses of FixedChannelPool.AcquireTask in io.netty.channel.pool
Fields in io.netty.channel.pool with type parameters of type FixedChannelPool.AcquireTask Modifier and Type Field Description private java.util.Queue<FixedChannelPool.AcquireTask>
FixedChannelPool. pendingAcquireQueue
Methods in io.netty.channel.pool with parameters of type FixedChannelPool.AcquireTask Modifier and Type Method Description abstract void
FixedChannelPool.TimeoutTask. onTimeout(FixedChannelPool.AcquireTask task)
-