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

  private final int val$headersStreamId;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, 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 int val$padding;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.handler.codec.http2.Http2Flags val$headersFlags;
    descriptor: Lio/netty/handler/codec/http2/Http2Flags;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.http2.DefaultHttp2FrameReader, io.netty.handler.codec.http2.DefaultHttp2FrameReader, int, io.netty.channel.ChannelHandlerContext, int, io.netty.handler.codec.http2.Http2Flags);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2FrameReader;Lio/netty/handler/codec/http2/DefaultHttp2FrameReader;ILio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Flags;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$2 this
         0: .line 471
            aload 0 /* this */
            aload 2
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.this$0:Lio/netty/handler/codec/http2/DefaultHttp2FrameReader;
            aload 0 /* this */
            iload 3
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$headersStreamId:I
            aload 0 /* this */
            aload 4
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            iload 5
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$padding:I
            aload 0 /* this */
            aload 6
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$headersFlags:Lio/netty/handler/codec/http2/Http2Flags;
            aload 0 /* this */
            aload 1
            invokespecial io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersContinuation.<init>:(Lio/netty/handler/codec/http2/DefaultHttp2FrameReader;)V
            return
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2FrameReader$2;
    MethodParameters:
                     Name  Flags
      this$0               final
      this$1               final
      val$headersStreamId  final
      val$ctx              final
      val$padding          final
      val$headersFlags     final

  public int getStreamId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$2 this
         0: .line 474
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$headersStreamId:I
            ireturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2FrameReader$2;

  public void processFragment(boolean, io.netty.buffer.ByteBuf, io.netty.handler.codec.http2.Http2FrameListener);
    descriptor: (ZLio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http2/Http2FrameListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$2 this
        start local 1 // boolean endOfHeaders
        start local 2 // io.netty.buffer.ByteBuf fragment
        start local 3 // io.netty.handler.codec.http2.Http2FrameListener listener
         0: .line 480
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.headersBlockBuilder:()Lio/netty/handler/codec/http2/DefaultHttp2FrameReader$HeadersBlockBuilder;
            astore 4 /* hdrBlockBuilder */
        start local 4 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersBlockBuilder hdrBlockBuilder
         1: .line 481
            aload 4 /* hdrBlockBuilder */
            aload 2 /* fragment */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* endOfHeaders */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersBlockBuilder.addFragment:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBufAllocator;Z)V
         2: .line 482
            iload 1 /* endOfHeaders */
            ifeq 6
         3: .line 483
            aload 3 /* listener */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$headersStreamId:I
            aload 4 /* hdrBlockBuilder */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersBlockBuilder.headers:()Lio/netty/handler/codec/http2/Http2Headers;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$padding:I
         4: .line 484
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.val$headersFlags:Lio/netty/handler/codec/http2/Http2Flags;
            invokevirtual io.netty.handler.codec.http2.Http2Flags.endOfStream:()Z
         5: .line 483
            invokeinterface io.netty.handler.codec.http2.Http2FrameListener.onHeadersRead:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;IZ)V
         6: .line 486
      StackMap locals: io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersBlockBuilder
      StackMap stack:
            return
        end local 4 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersBlockBuilder hdrBlockBuilder
        end local 3 // io.netty.handler.codec.http2.Http2FrameListener listener
        end local 2 // io.netty.buffer.ByteBuf fragment
        end local 1 // boolean endOfHeaders
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$2 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lio/netty/handler/codec/http2/DefaultHttp2FrameReader$2;
            0    7     1     endOfHeaders  Z
            0    7     2         fragment  Lio/netty/buffer/ByteBuf;
            0    7     3         listener  Lio/netty/handler/codec/http2/Http2FrameListener;
            1    7     4  hdrBlockBuilder  Lio/netty/handler/codec/http2/DefaultHttp2FrameReader$HeadersBlockBuilder;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
              Name  Flags
      endOfHeaders  
      fragment      
      listener      
}
SourceFile: "DefaultHttp2FrameReader.java"
EnclosingMethod: io.netty.handler.codec.http2.DefaultHttp2FrameReader.readHeadersFrame:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http2/Http2FrameListener;)V
NestHost: io.netty.handler.codec.http2.DefaultHttp2FrameReader
InnerClasses:
  io.netty.handler.codec.http2.DefaultHttp2FrameReader$2
  protected HeadersBlockBuilder = io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersBlockBuilder of io.netty.handler.codec.http2.DefaultHttp2FrameReader
  private abstract HeadersContinuation = io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersContinuation of io.netty.handler.codec.http2.DefaultHttp2FrameReader