Uses of Interface
io.netty.channel.pool.ChannelPoolHandler
Packages that use ChannelPoolHandler
-
Uses of ChannelPoolHandler in io.netty.channel.pool
Classes in io.netty.channel.pool that implement ChannelPoolHandlerFields in io.netty.channel.pool declared as ChannelPoolHandlerMethods in io.netty.channel.pool that return ChannelPoolHandlerModifier and TypeMethodDescriptionprotected ChannelPoolHandler
SimpleChannelPool.handler()
Returns theChannelPoolHandler
that will be notified for the different pool actions.Constructors in io.netty.channel.pool with parameters of type ChannelPoolHandlerModifierConstructorDescriptionFixedChannelPool
(Bootstrap bootstrap, ChannelPoolHandler handler, int maxConnections) Creates a new instance using theChannelHealthChecker.ACTIVE
.FixedChannelPool
(Bootstrap bootstrap, ChannelPoolHandler handler, int maxConnections, int maxPendingAcquires) Creates a new instance using theChannelHealthChecker.ACTIVE
.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.SimpleChannelPool
(Bootstrap bootstrap, ChannelPoolHandler handler) Creates a new instance using theChannelHealthChecker.ACTIVE
.SimpleChannelPool
(Bootstrap bootstrap, ChannelPoolHandler handler, ChannelHealthChecker healthCheck) Creates a new instance.SimpleChannelPool
(Bootstrap bootstrap, ChannelPoolHandler handler, ChannelHealthChecker healthCheck, boolean releaseHealthCheck) Creates a new instance.SimpleChannelPool
(Bootstrap bootstrap, ChannelPoolHandler handler, ChannelHealthChecker healthCheck, boolean releaseHealthCheck, boolean lastRecentUsed) Creates a new instance.