final class io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder extends io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder
  super_class: io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder
{
  final io.netty.handler.codec.http2.Http2ConnectionHandler this$0;
    descriptor: Lio/netty/handler/codec/http2/Http2ConnectionHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.netty.handler.codec.http2.Http2ConnectionHandler);
    descriptor: (Lio/netty/handler/codec/http2/Http2ConnectionHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder this
         0: .line 386
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.this$0:Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            aload 0 /* this */
            aload 1
            invokespecial io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder.<init>:(Lio/netty/handler/codec/http2/Http2ConnectionHandler;)V
            return
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$FrameDecoder;
    MethodParameters:
        Name  Flags
      this$0  final

  public void decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.buffer.ByteBuf in
        start local 3 // java.util.List out
         0: .line 390
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.this$0:Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler.decoder:Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            aload 1 /* ctx */
            aload 2 /* in */
            aload 3 /* out */
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.decodeFrame:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
         1: .line 391
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 4 /* e */
        start local 4 // java.lang.Throwable e
         3: .line 392
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.this$0:Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            aload 1 /* ctx */
            iconst_0
            aload 4 /* e */
            invokevirtual io.netty.handler.codec.http2.Http2ConnectionHandler.onError:(Lio/netty/channel/ChannelHandlerContext;ZLjava/lang/Throwable;)V
        end local 4 // java.lang.Throwable e
         4: .line 394
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.List out
        end local 2 // io.netty.buffer.ByteBuf in
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/handler/codec/http2/Http2ConnectionHandler$FrameDecoder;
            0    5     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2    in  Lio/netty/buffer/ByteBuf;
            0    5     3   out  Ljava/util/List<Ljava/lang/Object;>;
            3    4     4     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
      Name  Flags
      ctx   
      in    
      out   
}
SourceFile: "Http2ConnectionHandler.java"
NestHost: io.netty.handler.codec.http2.Http2ConnectionHandler
InnerClasses:
  private abstract BaseDecoder = io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder of io.netty.handler.codec.http2.Http2ConnectionHandler
  private final FrameDecoder = io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder of io.netty.handler.codec.http2.Http2ConnectionHandler