class io.undertow.protocols.http2.Http2HeadersParser extends io.undertow.protocols.http2.Http2HeaderBlockParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2HeadersParser
  super_class: io.undertow.protocols.http2.Http2HeaderBlockParser
{
  private static final int DEPENDENCY_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -129

  private int paddingLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int dependentStreamId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int weight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean headersEndStream;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean exclusive;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(int, io.undertow.protocols.http2.HpackDecoder, boolean, int, int, int);
    descriptor: (ILio/undertow/protocols/http2/HpackDecoder;ZIII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.undertow.protocols.http2.Http2HeadersParser this
        start local 1 // int frameLength
        start local 2 // io.undertow.protocols.http2.HpackDecoder hpackDecoder
        start local 3 // boolean client
        start local 4 // int maxHeaders
        start local 5 // int streamId
        start local 6 // int maxHeaderListSize
         0: .line 39
            aload 0 /* this */
            iload 1 /* frameLength */
            aload 2 /* hpackDecoder */
            iload 3 /* client */
            iload 4 /* maxHeaders */
            iload 5 /* streamId */
            iload 6 /* maxHeaderListSize */
            invokespecial io.undertow.protocols.http2.Http2HeaderBlockParser.<init>:(ILio/undertow/protocols/http2/HpackDecoder;ZIII)V
         1: .line 32
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2HeadersParser.paddingLength:I
         2: .line 33
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2HeadersParser.dependentStreamId:I
         3: .line 34
            aload 0 /* this */
            bipush 16
            putfield io.undertow.protocols.http2.Http2HeadersParser.weight:I
         4: .line 35
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2HeadersParser.headersEndStream:Z
         5: .line 40
            return
        end local 6 // int maxHeaderListSize
        end local 5 // int streamId
        end local 4 // int maxHeaders
        end local 3 // boolean client
        end local 2 // io.undertow.protocols.http2.HpackDecoder hpackDecoder
        end local 1 // int frameLength
        end local 0 // io.undertow.protocols.http2.Http2HeadersParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/undertow/protocols/http2/Http2HeadersParser;
            0    6     1        frameLength  I
            0    6     2       hpackDecoder  Lio/undertow/protocols/http2/HpackDecoder;
            0    6     3             client  Z
            0    6     4         maxHeaders  I
            0    6     5           streamId  I
            0    6     6  maxHeaderListSize  I
    MethodParameters:
                   Name  Flags
      frameLength        
      hpackDecoder       
      client             
      maxHeaders         
      streamId           
      maxHeaderListSize  

  protected boolean handleBeforeHeader(java.nio.ByteBuffer, io.undertow.protocols.http2.Http2FrameHeaderParser);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/protocols/http2/Http2FrameHeaderParser;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2HeadersParser this
        start local 1 // java.nio.ByteBuffer resource
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
         0: .line 44
            aload 2 /* headerParser */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.flags:I
            bipush 8
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            istore 3 /* hasPadding */
        start local 3 // boolean hasPadding
         1: .line 45
            aload 2 /* headerParser */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.flags:I
            bipush 32
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            istore 4 /* hasPriority */
        start local 4 // boolean hasPriority
         2: .line 46
            aload 0 /* this */
            aload 2 /* headerParser */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.flags:I
            iconst_1
            invokestatic org.xnio.Bits.allAreSet:(II)Z
            putfield io.undertow.protocols.http2.Http2HeadersParser.headersEndStream:Z
         3: .line 47
            iload 3 /* hasPadding */
            ifeq 4
            iconst_1
            goto 5
      StackMap locals: int int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: iload 4 /* hasPriority */
            ifeq 6
            iconst_5
            goto 7
      StackMap locals:
      StackMap stack: int
         6: iconst_0
      StackMap locals: io.undertow.protocols.http2.Http2HeadersParser java.nio.ByteBuffer io.undertow.protocols.http2.Http2FrameHeaderParser int int
      StackMap stack: int int
         7: iadd
            istore 5 /* reqLength */
        start local 5 // int reqLength
         8: .line 48
            iload 5 /* reqLength */
            ifne 10
         9: .line 49
            iconst_1
            ireturn
        10: .line 51
      StackMap locals: int
      StackMap stack:
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 5 /* reqLength */
            if_icmpge 12
        11: .line 52
            iconst_0
            ireturn
        12: .line 54
      StackMap locals:
      StackMap stack:
            iload 3 /* hasPadding */
            ifeq 14
        13: .line 55
            aload 0 /* this */
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            putfield io.undertow.protocols.http2.Http2HeadersParser.paddingLength:I
        14: .line 57
      StackMap locals:
      StackMap stack:
            iload 4 /* hasPriority */
            ifeq 26
        15: .line 58
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_4
            if_icmpge 17
        16: .line 59
            iconst_0
            ireturn
        17: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 6 /* b */
        start local 6 // byte b
        18: .line 62
            aload 0 /* this */
            iload 6 /* b */
            sipush 128
            iand
            ifeq 19
            iconst_1
            goto 20
      StackMap locals: io.undertow.protocols.http2.Http2HeadersParser java.nio.ByteBuffer io.undertow.protocols.http2.Http2FrameHeaderParser int int int int
      StackMap stack: io.undertow.protocols.http2.Http2HeadersParser
        19: iconst_0
      StackMap locals: io.undertow.protocols.http2.Http2HeadersParser java.nio.ByteBuffer io.undertow.protocols.http2.Http2FrameHeaderParser int int int int
      StackMap stack: io.undertow.protocols.http2.Http2HeadersParser int
        20: putfield io.undertow.protocols.http2.Http2HeadersParser.exclusive:Z
        21: .line 63
            aload 0 /* this */
            iload 6 /* b */
            sipush -129
            iand
            sipush 255
            iand
            bipush 24
            ishl
            putfield io.undertow.protocols.http2.Http2HeadersParser.dependentStreamId:I
        22: .line 64
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2HeadersParser.dependentStreamId:I
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 16
            ishl
            iadd
            putfield io.undertow.protocols.http2.Http2HeadersParser.dependentStreamId:I
        23: .line 65
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2HeadersParser.dependentStreamId:I
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 8
            ishl
            iadd
            putfield io.undertow.protocols.http2.Http2HeadersParser.dependentStreamId:I
        24: .line 66
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2HeadersParser.dependentStreamId:I
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            iadd
            putfield io.undertow.protocols.http2.Http2HeadersParser.dependentStreamId:I
        25: .line 67
            aload 0 /* this */
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            putfield io.undertow.protocols.http2.Http2HeadersParser.weight:I
        end local 6 // byte b
        26: .line 69
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // int reqLength
        end local 4 // boolean hasPriority
        end local 3 // boolean hasPadding
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
        end local 1 // java.nio.ByteBuffer resource
        end local 0 // io.undertow.protocols.http2.Http2HeadersParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Lio/undertow/protocols/http2/Http2HeadersParser;
            0   27     1      resource  Ljava/nio/ByteBuffer;
            0   27     2  headerParser  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
            1   27     3    hasPadding  Z
            2   27     4   hasPriority  Z
            8   27     5     reqLength  I
           18   26     6             b  B
    MethodParameters:
              Name  Flags
      resource      
      headerParser  

  protected int getPaddingLength();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2HeadersParser this
         0: .line 73
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2HeadersParser.paddingLength:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2HeadersParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2HeadersParser;

  int getDependentStreamId();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2HeadersParser this
         0: .line 77
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2HeadersParser.dependentStreamId:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2HeadersParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2HeadersParser;

  int getWeight();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2HeadersParser this
         0: .line 81
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2HeadersParser.weight:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2HeadersParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2HeadersParser;

  boolean isHeadersEndStream();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2HeadersParser this
         0: .line 85
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2HeadersParser.headersEndStream:Z
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2HeadersParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2HeadersParser;

  public boolean isExclusive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2HeadersParser this
         0: .line 89
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2HeadersParser.exclusive:Z
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2HeadersParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2HeadersParser;
}
SourceFile: "Http2HeadersParser.java"