Uses of Interface
io.netty.channel.pool.ChannelHealthChecker
-
Packages that use ChannelHealthChecker Package Description io.netty.channel.pool Implementations and API forChannel
pools. -
-
Uses of ChannelHealthChecker in io.netty.channel.pool
Fields in io.netty.channel.pool declared as ChannelHealthChecker Modifier and Type Field Description static ChannelHealthChecker
ChannelHealthChecker. ACTIVE
Methods in io.netty.channel.pool that return ChannelHealthChecker Modifier and Type Method Description protected 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 ChannelHealthChecker 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.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.
-