class io.netty.handler.codec.http2.DefaultHttp2FrameReader$1 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$1
  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$streamDependency;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final short val$weight;
    descriptor: S
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$exclusive;
    descriptor: Z
    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, short, boolean, int, io.netty.handler.codec.http2.Http2Flags);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2FrameReader;Lio/netty/handler/codec/http2/DefaultHttp2FrameReader;ILio/netty/channel/ChannelHandlerContext;ISZILio/netty/handler/codec/http2/Http2Flags;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=10, args_size=10
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$1 this
         0: .line 445
            aload 0 /* this */
            aload 2
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.this$0:Lio/netty/handler/codec/http2/DefaultHttp2FrameReader;
            aload 0 /* this */
            iload 3
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$headersStreamId:I
            aload 0 /* this */
            aload 4
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            iload 5
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$streamDependency:I
            aload 0 /* this */
            iload 6
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$weight:S
            aload 0 /* this */
            iload 7
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$exclusive:Z
            aload 0 /* this */
            iload 8
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$padding:I
            aload 0 /* this */
            aload 9
            putfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.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$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2FrameReader$1;
    MethodParameters:
                      Name  Flags
      this$0                final
      this$1                final
      val$headersStreamId   final
      val$ctx               final
      val$streamDependency  final
      val$weight            final
      val$exclusive         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$1 this
         0: .line 448
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$headersStreamId:I
            ireturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2FrameReader$1;

  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=9, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$1 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 454
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.headersBlockBuilder:()Lio/netty/handler/codec/http2/DefaultHttp2FrameReader$HeadersBlockBuilder;
            astore 4 /* hdrBlockBuilder */
        start local 4 // io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersBlockBuilder hdrBlockBuilder
         1: .line 455
            aload 4 /* hdrBlockBuilder */
            aload 2 /* fragment */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.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 456
            iload 1 /* endOfHeaders */
            ifeq 6
         3: .line 457
            aload 3 /* listener */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.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$1.val$streamDependency:I
         4: .line 458
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$weight:S
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$exclusive:Z
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$padding:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2FrameReader$1.val$headersFlags:Lio/netty/handler/codec/http2/Http2Flags;
            invokevirtual io.netty.handler.codec.http2.Http2Flags.endOfStream:()Z
         5: .line 457
            invokeinterface io.netty.handler.codec.http2.Http2FrameListener.onHeadersRead:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;ISZIZ)V
         6: .line 460
      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$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lio/netty/handler/codec/http2/DefaultHttp2FrameReader$1;
            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$1
  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