Class RntbdClientChannelHealthChecker

  • All Implemented Interfaces:
    io.netty.channel.pool.ChannelHealthChecker

    public final class RntbdClientChannelHealthChecker
    extends Object
    implements io.netty.channel.pool.ChannelHealthChecker
    • Constructor Detail

      • RntbdClientChannelHealthChecker

        public RntbdClientChannelHealthChecker​(RntbdEndpoint.Config config)
    • Method Detail

      • idleConnectionTimeout

        public long idleConnectionTimeout()
      • readDelayLimit

        public long readDelayLimit()
      • writeDelayLimit

        public long writeDelayLimit()
      • isHealthy

        public io.netty.util.concurrent.Future<Boolean> isHealthy​(io.netty.channel.Channel channel)
        Specified by:
        isHealthy in interface io.netty.channel.pool.ChannelHealthChecker