class io.netty.channel.pool.FixedChannelPool$1 extends io.netty.channel.pool.FixedChannelPool$TimeoutTask
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.pool.FixedChannelPool$1
  super_class: io.netty.channel.pool.FixedChannelPool$TimeoutTask
{
  final io.netty.channel.pool.FixedChannelPool this$0;
    descriptor: Lio/netty/channel/pool/FixedChannelPool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.channel.pool.FixedChannelPool, io.netty.channel.pool.FixedChannelPool);
    descriptor: (Lio/netty/channel/pool/FixedChannelPool;Lio/netty/channel/pool/FixedChannelPool;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.pool.FixedChannelPool$1 this
         0: .line 202
            aload 0 /* this */
            aload 2
            putfield io.netty.channel.pool.FixedChannelPool$1.this$0:Lio/netty/channel/pool/FixedChannelPool;
            aload 0 /* this */
            aload 1
            invokespecial io.netty.channel.pool.FixedChannelPool$TimeoutTask.<init>:(Lio/netty/channel/pool/FixedChannelPool;)V
            return
        end local 0 // io.netty.channel.pool.FixedChannelPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/pool/FixedChannelPool$1;
    MethodParameters:
        Name  Flags
      this$0  final
      this$1  final

  public void onTimeout(io.netty.channel.pool.FixedChannelPool$AcquireTask);
    descriptor: (Lio/netty/channel/pool/FixedChannelPool$AcquireTask;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.pool.FixedChannelPool$1 this
        start local 1 // io.netty.channel.pool.FixedChannelPool$AcquireTask task
         0: .line 206
            aload 1 /* task */
            getfield io.netty.channel.pool.FixedChannelPool$AcquireTask.promise:Lio/netty/util/concurrent/Promise;
            getstatic io.netty.channel.pool.FixedChannelPool.TIMEOUT_EXCEPTION:Ljava/util/concurrent/TimeoutException;
            invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
            pop
         1: .line 207
            return
        end local 1 // io.netty.channel.pool.FixedChannelPool$AcquireTask task
        end local 0 // io.netty.channel.pool.FixedChannelPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/pool/FixedChannelPool$1;
            0    2     1  task  Lio/netty/channel/pool/FixedChannelPool$AcquireTask;
    MethodParameters:
      Name  Flags
      task  
}
SourceFile: "FixedChannelPool.java"
EnclosingMethod: io.netty.channel.pool.FixedChannelPool.<init>:(Lio/netty/bootstrap/Bootstrap;Lio/netty/channel/pool/ChannelPoolHandler;Lio/netty/channel/pool/ChannelHealthChecker;Lio/netty/channel/pool/FixedChannelPool$AcquireTimeoutAction;JIIZZ)V
NestHost: io.netty.channel.pool.FixedChannelPool
InnerClasses:
  io.netty.channel.pool.FixedChannelPool$1
  private final AcquireTask = io.netty.channel.pool.FixedChannelPool$AcquireTask of io.netty.channel.pool.FixedChannelPool
  public final AcquireTimeoutAction = io.netty.channel.pool.FixedChannelPool$AcquireTimeoutAction of io.netty.channel.pool.FixedChannelPool
  private abstract TimeoutTask = io.netty.channel.pool.FixedChannelPool$TimeoutTask of io.netty.channel.pool.FixedChannelPool