class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$2 implements io.netty.channel.ChannelFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$2
  super_class: java.lang.Object
{
  final io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder this$0;
    descriptor: Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
    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

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

  public void operationComplete(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$2 this
        start local 1 // io.netty.channel.ChannelFuture future
         0: .line 450
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
         1: .line 451
            aload 2 /* cause */
            ifnull 3
         2: .line 452
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$2.this$0:Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.lifecycleManager:Lio/netty/handler/codec/http2/Http2LifecycleManager;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$2.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            iconst_1
            aload 2 /* cause */
            invokeinterface io.netty.handler.codec.http2.Http2LifecycleManager.onError:(Lio/netty/channel/ChannelHandlerContext;ZLjava/lang/Throwable;)V
         3: .line 454
      StackMap locals: java.lang.Throwable
      StackMap stack:
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // io.netty.channel.ChannelFuture future
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder$2;
            0    4     1  future  Lio/netty/channel/ChannelFuture;
            1    4     2   cause  Ljava/lang/Throwable;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      future  

  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.DefaultHttp2ConnectionEncoder$2.operationComplete:(Lio/netty/channel/ChannelFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "DefaultHttp2ConnectionEncoder.java"
EnclosingMethod: io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.notifyLifecycleManagerOnError:(Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelHandlerContext;)V
NestHost: io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
InnerClasses:
  io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$2