class io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1
  super_class: java.lang.Object
{
  final io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener this$1;
    descriptor: Lio/netty/handler/codec/http2/Http2ConnectionHandler$ClosingChannelFutureListener;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.channel.ChannelHandlerContext val$ctx;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1 this
         0: .line 937
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1.val$promise:Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.channel.ChannelHandlerContext.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         1: .line 938
            return
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$ClosingChannelFutureListener$1;
}
SourceFile: "Http2ConnectionHandler.java"
EnclosingMethod: io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener.<init>:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;JLjava/util/concurrent/TimeUnit;)V
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