Uses of Class
io.netty.channel.pool.FixedChannelPool.AcquireTask
-
Packages that use FixedChannelPool.AcquireTask Package Description io.netty.channel.pool Implementations and API forChannelpools. -
-
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. pendingAcquireQueueMethods in io.netty.channel.pool with parameters of type FixedChannelPool.AcquireTask Modifier and Type Method Description abstract voidFixedChannelPool.TimeoutTask. onTimeout(FixedChannelPool.AcquireTask task)
-