class io.netty.channel.pool.ChannelHealthChecker$1 implements io.netty.channel.pool.ChannelHealthChecker
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.pool.ChannelHealthChecker$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.pool.ChannelHealthChecker$1 this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.channel.pool.ChannelHealthChecker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/pool/ChannelHealthChecker$1;

  public io.netty.util.concurrent.Future<java.lang.Boolean> isHealthy(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)Lio/netty/util/concurrent/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.channel.pool.ChannelHealthChecker$1 this
        start local 1 // io.netty.channel.Channel channel
         0: .line 35
            aload 1 /* channel */
            invokeinterface io.netty.channel.Channel.eventLoop:()Lio/netty/channel/EventLoop;
            astore 2 /* loop */
        start local 2 // io.netty.channel.EventLoop loop
         1: .line 36
            aload 1 /* channel */
            invokeinterface io.netty.channel.Channel.isActive:()Z
            ifeq 2
            aload 2 /* loop */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface io.netty.channel.EventLoop.newSucceededFuture:(Ljava/lang/Object;)Lio/netty/util/concurrent/Future;
            goto 3
      StackMap locals: io.netty.channel.EventLoop
      StackMap stack:
         2: aload 2 /* loop */
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokeinterface io.netty.channel.EventLoop.newSucceededFuture:(Ljava/lang/Object;)Lio/netty/util/concurrent/Future;
      StackMap locals:
      StackMap stack: io.netty.util.concurrent.Future
         3: areturn
        end local 2 // io.netty.channel.EventLoop loop
        end local 1 // io.netty.channel.Channel channel
        end local 0 // io.netty.channel.pool.ChannelHealthChecker$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/netty/channel/pool/ChannelHealthChecker$1;
            0    4     1  channel  Lio/netty/channel/Channel;
            1    4     2     loop  Lio/netty/channel/EventLoop;
    Signature: (Lio/netty/channel/Channel;)Lio/netty/util/concurrent/Future<Ljava/lang/Boolean;>;
    MethodParameters:
         Name  Flags
      channel  
}
SourceFile: "ChannelHealthChecker.java"
EnclosingMethod: io.netty.channel.pool.ChannelHealthChecker
NestHost: io.netty.channel.pool.ChannelHealthChecker
InnerClasses:
  io.netty.channel.pool.ChannelHealthChecker$1