Uses of Class
io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
-
Packages that use FixedChannelPool.AcquireTimeoutAction Package Description io.netty.channel.pool Implementations and API forChannel
pools. -
-
Uses of FixedChannelPool.AcquireTimeoutAction in io.netty.channel.pool
Methods in io.netty.channel.pool that return FixedChannelPool.AcquireTimeoutAction Modifier and Type Method Description static FixedChannelPool.AcquireTimeoutAction
FixedChannelPool.AcquireTimeoutAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FixedChannelPool.AcquireTimeoutAction[]
FixedChannelPool.AcquireTimeoutAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.channel.pool with parameters of type FixedChannelPool.AcquireTimeoutAction Constructor Description FixedChannelPool(Bootstrap bootstrap, ChannelPoolHandler handler, ChannelHealthChecker healthCheck, FixedChannelPool.AcquireTimeoutAction action, long acquireTimeoutMillis, int maxConnections, int maxPendingAcquires)
Creates a new instance.FixedChannelPool(Bootstrap bootstrap, ChannelPoolHandler handler, ChannelHealthChecker healthCheck, FixedChannelPool.AcquireTimeoutAction action, long acquireTimeoutMillis, int maxConnections, int maxPendingAcquires, boolean releaseHealthCheck)
Creates a new instance.FixedChannelPool(Bootstrap bootstrap, ChannelPoolHandler handler, ChannelHealthChecker healthCheck, FixedChannelPool.AcquireTimeoutAction action, long acquireTimeoutMillis, int maxConnections, int maxPendingAcquires, boolean releaseHealthCheck, boolean lastRecentUsed)
Creates a new instance.
-