public final class RntbdClientChannelHealthChecker extends Object implements io.netty.channel.pool.ChannelHealthChecker
| Constructor and Description |
|---|
RntbdClientChannelHealthChecker(RntbdEndpoint.Config config) |
| Modifier and Type | Method and Description |
|---|---|
long |
idleConnectionTimeout() |
io.netty.util.concurrent.Future<Boolean> |
isHealthy(io.netty.channel.Channel channel) |
long |
readDelayLimit() |
String |
toString() |
long |
writeDelayLimit() |
public RntbdClientChannelHealthChecker(RntbdEndpoint.Config config)
public long idleConnectionTimeout()
public long readDelayLimit()
public long writeDelayLimit()
public io.netty.util.concurrent.Future<Boolean> isHealthy(io.netty.channel.Channel channel)
isHealthy in interface io.netty.channel.pool.ChannelHealthCheckerCopyright © 2021. All rights reserved.