Uses of Enum
io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
Packages that use FixedChannelPool.AcquireTimeoutAction
-
Uses of FixedChannelPool.AcquireTimeoutAction in io.netty.channel.pool
Subclasses with type arguments of type FixedChannelPool.AcquireTimeoutAction in io.netty.channel.poolMethods in io.netty.channel.pool that return FixedChannelPool.AcquireTimeoutActionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.AcquireTimeoutActionModifierConstructorDescriptionFixedChannelPool(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.