final class io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener implements io.netty.channel.ChannelFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener
  super_class: java.lang.Object
{
  private final io.netty.channel.ChannelHandlerContext ctx;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.channel.ChannelPromise promise;
    descriptor: Lio/netty/channel/ChannelPromise;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.util.concurrent.ScheduledFuture<?> timeoutTask;
    descriptor: Lio/netty/util/concurrent/ScheduledFuture;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/netty/util/concurrent/ScheduledFuture<*>;

  void <init>(io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 924
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 925
            aload 0 /* this */
            aload 1 /* ctx */
            putfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.ctx:Lio/netty/channel/ChannelHandlerContext;
         2: .line 926
            aload 0 /* this */
            aload 2 /* promise */
            putfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.promise:Lio/netty/channel/ChannelPromise;
         3: .line 927
            aload 0 /* this */
            aconst_null
            putfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.timeoutTask:Lio/netty/util/concurrent/ScheduledFuture;
         4: .line 928
            return
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$ClosingChannelFutureListener;
            0    5     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      ctx      
      promise  

  void <init>(io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise, long, java.util.concurrent.TimeUnit);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.channel.ChannelPromise promise
        start local 3 // long timeout
        start local 5 // java.util.concurrent.TimeUnit unit
         0: .line 930
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 932
            aload 0 /* this */
            aload 1 /* ctx */
            putfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.ctx:Lio/netty/channel/ChannelHandlerContext;
         2: .line 933
            aload 0 /* this */
            aload 2 /* promise */
            putfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.promise:Lio/netty/channel/ChannelPromise;
         3: .line 934
            aload 0 /* this */
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.executor:()Lio/netty/util/concurrent/EventExecutor;
            new io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1
            dup
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* promise */
            invokespecial io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1.<init>:(Lio/netty/handler/codec/http2/Http2ConnectionHandler$ClosingChannelFutureListener;Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)V
         4: .line 939
            lload 3 /* timeout */
            aload 5 /* unit */
         5: .line 934
            invokeinterface io.netty.util.concurrent.EventExecutor.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/netty/util/concurrent/ScheduledFuture;
            putfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.timeoutTask:Lio/netty/util/concurrent/ScheduledFuture;
         6: .line 940
            return
        end local 5 // java.util.concurrent.TimeUnit unit
        end local 3 // long timeout
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$ClosingChannelFutureListener;
            0    7     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    7     2  promise  Lio/netty/channel/ChannelPromise;
            0    7     3  timeout  J
            0    7     5     unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
         Name  Flags
      ctx      final
      promise  final
      timeout  
      unit     

  public void operationComplete(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener this
        start local 1 // io.netty.channel.ChannelFuture sentGoAwayFuture
         0: .line 944
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.timeoutTask:Lio/netty/util/concurrent/ScheduledFuture;
            ifnull 2
         1: .line 945
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.timeoutTask:Lio/netty/util/concurrent/ScheduledFuture;
            iconst_0
            invokeinterface io.netty.util.concurrent.ScheduledFuture.cancel:(Z)Z
            pop
         2: .line 947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.promise:Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.channel.ChannelHandlerContext.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         3: .line 948
            return
        end local 1 // io.netty.channel.ChannelFuture sentGoAwayFuture
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$ClosingChannelFutureListener;
            0    4     1  sentGoAwayFuture  Lio/netty/channel/ChannelFuture;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
                  Name  Flags
      sentGoAwayFuture  

  public void operationComplete(io.netty.util.concurrent.Future);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.ChannelFuture
            invokevirtual io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.operationComplete:(Lio/netty/channel/ChannelFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "Http2ConnectionHandler.java"
NestHost: io.netty.handler.codec.http2.Http2ConnectionHandler
InnerClasses:
  private final ClosingChannelFutureListener = io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener of io.netty.handler.codec.http2.Http2ConnectionHandler
  io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1