Uses of Interface
io.netty.channel.pool.ChannelHealthChecker
Packages that use ChannelHealthChecker
-
Uses of ChannelHealthChecker in io.netty.channel.pool
Fields in io.netty.channel.pool declared as ChannelHealthCheckerModifier and TypeFieldDescriptionstatic final ChannelHealthChecker
ChannelHealthChecker.ACTIVE
private final ChannelHealthChecker
SimpleChannelPool.healthCheck
Methods in io.netty.channel.pool that return ChannelHealthCheckerModifier and TypeMethodDescriptionprotected ChannelHealthChecker
SimpleChannelPool.healthChecker()
Returns theChannelHealthChecker
that will be used to check if aChannel
is healthy.Constructors in io.netty.channel.pool with parameters of type ChannelHealthCheckerModifierConstructorDescriptionFixedChannelPool
(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, 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.