final class io.netty.handler.codec.http2.HpackDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.HpackDecoder
  super_class: java.lang.Object
{
  private static final io.netty.handler.codec.http2.Http2Exception DECODE_ULE_128_DECOMPRESSION_EXCEPTION;
    descriptor: Lio/netty/handler/codec/http2/Http2Exception;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http2.Http2Exception DECODE_ULE_128_TO_LONG_DECOMPRESSION_EXCEPTION;
    descriptor: Lio/netty/handler/codec/http2/Http2Exception;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http2.Http2Exception DECODE_ULE_128_TO_INT_DECOMPRESSION_EXCEPTION;
    descriptor: Lio/netty/handler/codec/http2/Http2Exception;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http2.Http2Exception DECODE_ILLEGAL_INDEX_VALUE;
    descriptor: Lio/netty/handler/codec/http2/Http2Exception;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http2.Http2Exception INDEX_HEADER_ILLEGAL_INDEX_VALUE;
    descriptor: Lio/netty/handler/codec/http2/Http2Exception;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http2.Http2Exception READ_NAME_ILLEGAL_INDEX_VALUE;
    descriptor: Lio/netty/handler/codec/http2/Http2Exception;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http2.Http2Exception INVALID_MAX_DYNAMIC_TABLE_SIZE;
    descriptor: Lio/netty/handler/codec/http2/Http2Exception;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http2.Http2Exception MAX_DYNAMIC_TABLE_SIZE_CHANGE_REQUIRED;
    descriptor: Lio/netty/handler/codec/http2/Http2Exception;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte READ_HEADER_REPRESENTATION;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte READ_MAX_DYNAMIC_TABLE_SIZE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte READ_INDEXED_HEADER;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final byte READ_INDEXED_HEADER_NAME;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final byte READ_LITERAL_HEADER_NAME_LENGTH_PREFIX;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final byte READ_LITERAL_HEADER_NAME_LENGTH;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static final byte READ_LITERAL_HEADER_NAME;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final byte READ_LITERAL_HEADER_VALUE_LENGTH_PREFIX;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private static final byte READ_LITERAL_HEADER_VALUE_LENGTH;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final byte READ_LITERAL_HEADER_VALUE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private final io.netty.handler.codec.http2.HpackDynamicTable hpackDynamicTable;
    descriptor: Lio/netty/handler/codec/http2/HpackDynamicTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.handler.codec.http2.HpackHuffmanDecoder hpackHuffmanDecoder;
    descriptor: Lio/netty/handler/codec/http2/HpackHuffmanDecoder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long maxHeaderListSizeGoAway;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long maxHeaderListSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long maxDynamicTableSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long encoderMaxDynamicTableSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private static volatile int[] $SWITCH_TABLE$io$netty$handler$codec$http2$HpackUtil$IndexType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 54
            ldc Lio/netty/handler/codec/http2/HpackDecoder;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic io.netty.handler.codec.http2.HpackDecoder.$assertionsDisabled:Z
         3: .line 56
            getstatic io.netty.handler.codec.http2.Http2Error.COMPRESSION_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "HPACK - decompression failure"
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            ldc Lio/netty/handler/codec/http2/HpackDecoder;
         4: .line 57
            ldc "decodeULE128(..)"
         5: .line 55
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast io.netty.handler.codec.http2.Http2Exception
            putstatic io.netty.handler.codec.http2.HpackDecoder.DECODE_ULE_128_DECOMPRESSION_EXCEPTION:Lio/netty/handler/codec/http2/Http2Exception;
         6: .line 59
            getstatic io.netty.handler.codec.http2.Http2Error.COMPRESSION_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "HPACK - long overflow"
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            ldc Lio/netty/handler/codec/http2/HpackDecoder;
            ldc "decodeULE128(..)"
         7: .line 58
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast io.netty.handler.codec.http2.Http2Exception
            putstatic io.netty.handler.codec.http2.HpackDecoder.DECODE_ULE_128_TO_LONG_DECOMPRESSION_EXCEPTION:Lio/netty/handler/codec/http2/Http2Exception;
         8: .line 61
            getstatic io.netty.handler.codec.http2.Http2Error.COMPRESSION_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "HPACK - int overflow"
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            ldc Lio/netty/handler/codec/http2/HpackDecoder;
            ldc "decodeULE128ToInt(..)"
         9: .line 60
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast io.netty.handler.codec.http2.Http2Exception
            putstatic io.netty.handler.codec.http2.HpackDecoder.DECODE_ULE_128_TO_INT_DECOMPRESSION_EXCEPTION:Lio/netty/handler/codec/http2/Http2Exception;
        10: .line 63
            getstatic io.netty.handler.codec.http2.Http2Error.COMPRESSION_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "HPACK - illegal index value"
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            ldc Lio/netty/handler/codec/http2/HpackDecoder;
            ldc "decode(..)"
        11: .line 62
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast io.netty.handler.codec.http2.Http2Exception
            putstatic io.netty.handler.codec.http2.HpackDecoder.DECODE_ILLEGAL_INDEX_VALUE:Lio/netty/handler/codec/http2/Http2Exception;
        12: .line 65
            getstatic io.netty.handler.codec.http2.Http2Error.COMPRESSION_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "HPACK - illegal index value"
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            ldc Lio/netty/handler/codec/http2/HpackDecoder;
            ldc "indexHeader(..)"
        13: .line 64
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast io.netty.handler.codec.http2.Http2Exception
            putstatic io.netty.handler.codec.http2.HpackDecoder.INDEX_HEADER_ILLEGAL_INDEX_VALUE:Lio/netty/handler/codec/http2/Http2Exception;
        14: .line 67
            getstatic io.netty.handler.codec.http2.Http2Error.COMPRESSION_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "HPACK - illegal index value"
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            ldc Lio/netty/handler/codec/http2/HpackDecoder;
            ldc "readName(..)"
        15: .line 66
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast io.netty.handler.codec.http2.Http2Exception
            putstatic io.netty.handler.codec.http2.HpackDecoder.READ_NAME_ILLEGAL_INDEX_VALUE:Lio/netty/handler/codec/http2/Http2Exception;
        16: .line 69
            getstatic io.netty.handler.codec.http2.Http2Error.COMPRESSION_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "HPACK - invalid max dynamic table size"
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            ldc Lio/netty/handler/codec/http2/HpackDecoder;
        17: .line 70
            ldc "setDynamicTableSize(..)"
        18: .line 68
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast io.netty.handler.codec.http2.Http2Exception
            putstatic io.netty.handler.codec.http2.HpackDecoder.INVALID_MAX_DYNAMIC_TABLE_SIZE:Lio/netty/handler/codec/http2/Http2Exception;
        19: .line 72
            getstatic io.netty.handler.codec.http2.Http2Error.COMPRESSION_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "HPACK - max dynamic table size change required"
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            ldc Lio/netty/handler/codec/http2/HpackDecoder;
        20: .line 73
            ldc "decode(..)"
        21: .line 71
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast io.netty.handler.codec.http2.Http2Exception
            putstatic io.netty.handler.codec.http2.HpackDecoder.MAX_DYNAMIC_TABLE_SIZE_CHANGE_REQUIRED:Lio/netty/handler/codec/http2/Http2Exception;
        22: .line 83
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(long, int);
    descriptor: (JI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // long maxHeaderListSize
        start local 3 // int initialHuffmanDecodeCapacity
         0: .line 102
            aload 0 /* this */
            lload 1 /* maxHeaderListSize */
            iload 3 /* initialHuffmanDecodeCapacity */
            sipush 4096
            invokespecial io.netty.handler.codec.http2.HpackDecoder.<init>:(JII)V
         1: .line 103
            return
        end local 3 // int initialHuffmanDecodeCapacity
        end local 1 // long maxHeaderListSize
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    2     0                          this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    2     1             maxHeaderListSize  J
            0    2     3  initialHuffmanDecodeCapacity  I
    MethodParameters:
                              Name  Flags
      maxHeaderListSize             
      initialHuffmanDecodeCapacity  

  void <init>(long, int, int);
    descriptor: (JII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // long maxHeaderListSize
        start local 3 // int initialHuffmanDecodeCapacity
        start local 4 // int maxHeaderTableSize
         0: .line 109
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 110
            aload 0 /* this */
            lload 1 /* maxHeaderListSize */
            ldc "maxHeaderListSize"
            invokestatic io.netty.util.internal.ObjectUtil.checkPositive:(JLjava/lang/String;)J
            putfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSize:J
         2: .line 111
            aload 0 /* this */
            lload 1 /* maxHeaderListSize */
            invokestatic io.netty.handler.codec.http2.Http2CodecUtil.calculateMaxHeaderListSizeGoAway:(J)J
            putfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
         3: .line 113
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* maxHeaderTableSize */
            i2l
            dup2_x1
            putfield io.netty.handler.codec.http2.HpackDecoder.encoderMaxDynamicTableSize:J
            putfield io.netty.handler.codec.http2.HpackDecoder.maxDynamicTableSize:J
         4: .line 114
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.http2.HpackDecoder.maxDynamicTableSizeChangeRequired:Z
         5: .line 115
            aload 0 /* this */
            new io.netty.handler.codec.http2.HpackDynamicTable
            dup
            iload 4 /* maxHeaderTableSize */
            i2l
            invokespecial io.netty.handler.codec.http2.HpackDynamicTable.<init>:(J)V
            putfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
         6: .line 116
            aload 0 /* this */
            new io.netty.handler.codec.http2.HpackHuffmanDecoder
            dup
            iload 3 /* initialHuffmanDecodeCapacity */
            invokespecial io.netty.handler.codec.http2.HpackHuffmanDecoder.<init>:(I)V
            putfield io.netty.handler.codec.http2.HpackDecoder.hpackHuffmanDecoder:Lio/netty/handler/codec/http2/HpackHuffmanDecoder;
         7: .line 117
            return
        end local 4 // int maxHeaderTableSize
        end local 3 // int initialHuffmanDecodeCapacity
        end local 1 // long maxHeaderListSize
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    8     0                          this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    8     1             maxHeaderListSize  J
            0    8     3  initialHuffmanDecodeCapacity  I
            0    8     4            maxHeaderTableSize  I
    MethodParameters:
                              Name  Flags
      maxHeaderListSize             
      initialHuffmanDecodeCapacity  
      maxHeaderTableSize            

  public void decode(int, io.netty.buffer.ByteBuf, io.netty.handler.codec.http2.Http2Headers, boolean);
    descriptor: (ILio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http2/Http2Headers;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=18, args_size=5
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // int streamId
        start local 2 // io.netty.buffer.ByteBuf in
        start local 3 // io.netty.handler.codec.http2.Http2Headers headers
        start local 4 // boolean validateHeaders
         0: .line 125
            iconst_0
            istore 5 /* index */
        start local 5 // int index
         1: .line 126
            lconst_0
            lstore 6 /* headersLength */
        start local 6 // long headersLength
         2: .line 127
            iconst_0
            istore 8 /* nameLength */
        start local 8 // int nameLength
         3: .line 128
            iconst_0
            istore 9 /* valueLength */
        start local 9 // int valueLength
         4: .line 129
            iconst_0
            istore 10 /* state */
        start local 10 // byte state
         5: .line 130
            iconst_0
            istore 11 /* huffmanEncoded */
        start local 11 // boolean huffmanEncoded
         6: .line 131
            aconst_null
            astore 12 /* name */
        start local 12 // java.lang.CharSequence name
         7: .line 132
            aconst_null
            astore 13 /* headerType */
        start local 13 // io.netty.handler.codec.http2.HpackDecoder$HeaderType headerType
         8: .line 133
            getstatic io.netty.handler.codec.http2.HpackUtil$IndexType.NONE:Lio/netty/handler/codec/http2/HpackUtil$IndexType;
            astore 14 /* indexType */
        start local 14 // io.netty.handler.codec.http2.HpackUtil$IndexType indexType
         9: .line 134
            goto 128
        10: .line 135
      StackMap locals: io.netty.handler.codec.http2.HpackDecoder int io.netty.buffer.ByteBuf io.netty.handler.codec.http2.Http2Headers int int long int int int int java.lang.CharSequence io.netty.handler.codec.http2.HpackDecoder$HeaderType io.netty.handler.codec.http2.HpackUtil$IndexType
      StackMap stack:
            iload 10 /* state */
            tableswitch { // 0 - 9
                    0: 11
                    1: 61
                    2: 64
                    3: 69
                    4: 74
                    5: 87
                    6: 92
                    7: 98
                    8: 115
                    9: 120
              default: 127
          }
        11: .line 137
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readByte:()B
            istore 15 /* b */
        start local 15 // byte b
        12: .line 138
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxDynamicTableSizeChangeRequired:Z
            ifeq 14
            iload 15 /* b */
            sipush 224
            iand
            bipush 32
            if_icmpeq 14
        13: .line 140
            getstatic io.netty.handler.codec.http2.HpackDecoder.MAX_DYNAMIC_TABLE_SIZE_CHANGE_REQUIRED:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        14: .line 142
      StackMap locals: int
      StackMap stack:
            iload 15 /* b */
            ifge 26
        15: .line 144
            iload 15 /* b */
            bipush 127
            iand
            istore 5 /* index */
        16: .line 145
            iload 5 /* index */
            lookupswitch { // 2
                    0: 17
                  127: 18
              default: 20
          }
        17: .line 147
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http2.HpackDecoder.DECODE_ILLEGAL_INDEX_VALUE:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        18: .line 149
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 10 /* state */
        19: .line 150
            goto 128
        20: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* index */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.getIndexedHeader:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
            astore 16 /* indexedHeader */
        start local 16 // io.netty.handler.codec.http2.HpackHeaderField indexedHeader
        21: .line 153
            aload 0 /* this */
            aload 16 /* indexedHeader */
            getfield io.netty.handler.codec.http2.HpackHeaderField.name:Ljava/lang/CharSequence;
            aload 13 /* headerType */
            iload 4 /* validateHeaders */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.validate:(Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;Z)Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            astore 13 /* headerType */
        22: .line 154
            aload 0 /* this */
            aload 3 /* headers */
            aload 16 /* indexedHeader */
            getfield io.netty.handler.codec.http2.HpackHeaderField.name:Ljava/lang/CharSequence;
            aload 16 /* indexedHeader */
            getfield io.netty.handler.codec.http2.HpackHeaderField.value:Ljava/lang/CharSequence;
        23: .line 155
            lload 6 /* headersLength */
        24: .line 154
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.addHeader:(Lio/netty/handler/codec/http2/Http2Headers;Ljava/lang/CharSequence;Ljava/lang/CharSequence;J)J
            lstore 6 /* headersLength */
        end local 16 // io.netty.handler.codec.http2.HpackHeaderField indexedHeader
        25: .line 157
            goto 128
      StackMap locals:
      StackMap stack:
        26: iload 15 /* b */
            bipush 64
            iand
            bipush 64
            if_icmpne 39
        27: .line 159
            getstatic io.netty.handler.codec.http2.HpackUtil$IndexType.INCREMENTAL:Lio/netty/handler/codec/http2/HpackUtil$IndexType;
            astore 14 /* indexType */
        28: .line 160
            iload 15 /* b */
            bipush 63
            iand
            istore 5 /* index */
        29: .line 161
            iload 5 /* index */
            lookupswitch { // 2
                    0: 30
                   63: 32
              default: 34
          }
        30: .line 163
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 10 /* state */
        31: .line 164
            goto 128
        32: .line 166
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 10 /* state */
        33: .line 167
            goto 128
        34: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* index */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.readName:(I)Ljava/lang/CharSequence;
            astore 12 /* name */
        35: .line 171
            aload 0 /* this */
            aload 12 /* name */
            aload 13 /* headerType */
            iload 4 /* validateHeaders */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.validate:(Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;Z)Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            astore 13 /* headerType */
        36: .line 172
            aload 12 /* name */
            invokeinterface java.lang.CharSequence.length:()I
            istore 8 /* nameLength */
        37: .line 173
            bipush 7
            istore 10 /* state */
        38: .line 175
            goto 128
      StackMap locals:
      StackMap stack:
        39: iload 15 /* b */
            bipush 32
            iand
            bipush 32
            if_icmpne 47
        40: .line 177
            iload 15 /* b */
            bipush 31
            iand
            istore 5 /* index */
        41: .line 178
            iload 5 /* index */
            bipush 31
            if_icmpne 44
        42: .line 179
            iconst_1
            istore 10 /* state */
        43: .line 180
            goto 128
        44: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* index */
            i2l
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.setDynamicTableSize:(J)V
        45: .line 182
            iconst_0
            istore 10 /* state */
        46: .line 184
            goto 128
        47: .line 186
      StackMap locals:
      StackMap stack:
            iload 15 /* b */
            bipush 16
            iand
            bipush 16
            if_icmpne 48
            getstatic io.netty.handler.codec.http2.HpackUtil$IndexType.NEVER:Lio/netty/handler/codec/http2/HpackUtil$IndexType;
            goto 49
      StackMap locals:
      StackMap stack:
        48: getstatic io.netty.handler.codec.http2.HpackUtil$IndexType.NONE:Lio/netty/handler/codec/http2/HpackUtil$IndexType;
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.HpackUtil$IndexType
        49: astore 14 /* indexType */
        50: .line 187
            iload 15 /* b */
            bipush 15
            iand
            istore 5 /* index */
        51: .line 188
            iload 5 /* index */
            lookupswitch { // 2
                    0: 52
                   15: 54
              default: 56
          }
        52: .line 190
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 10 /* state */
        53: .line 191
            goto 128
        54: .line 193
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 10 /* state */
        55: .line 194
            goto 128
        56: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* index */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.readName:(I)Ljava/lang/CharSequence;
            astore 12 /* name */
        57: .line 198
            aload 0 /* this */
            aload 12 /* name */
            aload 13 /* headerType */
            iload 4 /* validateHeaders */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.validate:(Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;Z)Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            astore 13 /* headerType */
        58: .line 199
            aload 12 /* name */
            invokeinterface java.lang.CharSequence.length:()I
            istore 8 /* nameLength */
        59: .line 200
            bipush 7
            istore 10 /* state */
        60: .line 203
            goto 128
        end local 15 // byte b
        61: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* in */
            iload 5 /* index */
            i2l
            invokestatic io.netty.handler.codec.http2.HpackDecoder.decodeULE128:(Lio/netty/buffer/ByteBuf;J)J
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.setDynamicTableSize:(J)V
        62: .line 207
            iconst_0
            istore 10 /* state */
        63: .line 208
            goto 128
        64: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* in */
            iload 5 /* index */
            invokestatic io.netty.handler.codec.http2.HpackDecoder.decodeULE128:(Lio/netty/buffer/ByteBuf;I)I
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.getIndexedHeader:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
            astore 16 /* indexedHeader */
        start local 16 // io.netty.handler.codec.http2.HpackHeaderField indexedHeader
        65: .line 212
            aload 0 /* this */
            aload 16 /* indexedHeader */
            getfield io.netty.handler.codec.http2.HpackHeaderField.name:Ljava/lang/CharSequence;
            aload 13 /* headerType */
            iload 4 /* validateHeaders */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.validate:(Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;Z)Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            astore 13 /* headerType */
        66: .line 213
            aload 0 /* this */
            aload 3 /* headers */
            aload 16 /* indexedHeader */
            getfield io.netty.handler.codec.http2.HpackHeaderField.name:Ljava/lang/CharSequence;
            aload 16 /* indexedHeader */
            getfield io.netty.handler.codec.http2.HpackHeaderField.value:Ljava/lang/CharSequence;
            lload 6 /* headersLength */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.addHeader:(Lio/netty/handler/codec/http2/Http2Headers;Ljava/lang/CharSequence;Ljava/lang/CharSequence;J)J
            lstore 6 /* headersLength */
        67: .line 214
            iconst_0
            istore 10 /* state */
        68: .line 215
            goto 128
        end local 16 // io.netty.handler.codec.http2.HpackHeaderField indexedHeader
        69: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* in */
            iload 5 /* index */
            invokestatic io.netty.handler.codec.http2.HpackDecoder.decodeULE128:(Lio/netty/buffer/ByteBuf;I)I
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.readName:(I)Ljava/lang/CharSequence;
            astore 12 /* name */
        70: .line 220
            aload 0 /* this */
            aload 12 /* name */
            aload 13 /* headerType */
            iload 4 /* validateHeaders */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.validate:(Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;Z)Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            astore 13 /* headerType */
        71: .line 221
            aload 12 /* name */
            invokeinterface java.lang.CharSequence.length:()I
            istore 8 /* nameLength */
        72: .line 222
            bipush 7
            istore 10 /* state */
        73: .line 223
            goto 128
        74: .line 226
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readByte:()B
            istore 15 /* b */
        start local 15 // byte b
        75: .line 227
            iload 15 /* b */
            sipush 128
            iand
            sipush 128
            if_icmpne 76
            iconst_1
            goto 77
      StackMap locals: int
      StackMap stack:
        76: iconst_0
      StackMap locals:
      StackMap stack: int
        77: istore 11 /* huffmanEncoded */
        78: .line 228
            iload 15 /* b */
            bipush 127
            iand
            istore 5 /* index */
        79: .line 229
            iload 5 /* index */
            bipush 127
            if_icmpne 82
        80: .line 230
            iconst_5
            istore 10 /* state */
        81: .line 231
            goto 128
        82: .line 232
      StackMap locals:
      StackMap stack:
            iload 5 /* index */
            i2l
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            lload 6 /* headersLength */
            lsub
            lcmp
            ifle 84
        83: .line 233
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            invokestatic io.netty.handler.codec.http2.Http2CodecUtil.headerListSizeExceeded:(J)V
        84: .line 235
      StackMap locals:
      StackMap stack:
            iload 5 /* index */
            istore 8 /* nameLength */
        85: .line 236
            bipush 6
            istore 10 /* state */
        86: .line 238
            goto 128
        end local 15 // byte b
        87: .line 242
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            iload 5 /* index */
            invokestatic io.netty.handler.codec.http2.HpackDecoder.decodeULE128:(Lio/netty/buffer/ByteBuf;I)I
            istore 8 /* nameLength */
        88: .line 244
            iload 8 /* nameLength */
            i2l
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            lload 6 /* headersLength */
            lsub
            lcmp
            ifle 90
        89: .line 245
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            invokestatic io.netty.handler.codec.http2.Http2CodecUtil.headerListSizeExceeded:(J)V
        90: .line 247
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 10 /* state */
        91: .line 248
            goto 128
        92: .line 252
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            iload 8 /* nameLength */
            if_icmpge 94
        93: .line 253
            aload 2 /* in */
            invokestatic io.netty.handler.codec.http2.HpackDecoder.notEnoughDataException:(Lio/netty/buffer/ByteBuf;)Ljava/lang/IllegalArgumentException;
            athrow
        94: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* in */
            iload 8 /* nameLength */
            iload 11 /* huffmanEncoded */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.readStringLiteral:(Lio/netty/buffer/ByteBuf;IZ)Ljava/lang/CharSequence;
            astore 12 /* name */
        95: .line 257
            aload 0 /* this */
            aload 12 /* name */
            aload 13 /* headerType */
            iload 4 /* validateHeaders */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.validate:(Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;Z)Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            astore 13 /* headerType */
        96: .line 259
            bipush 7
            istore 10 /* state */
        97: .line 260
            goto 128
        98: .line 263
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readByte:()B
            istore 15 /* b */
        start local 15 // byte b
        99: .line 264
            iload 15 /* b */
            sipush 128
            iand
            sipush 128
            if_icmpne 100
            iconst_1
            goto 101
      StackMap locals: int
      StackMap stack:
       100: iconst_0
      StackMap locals:
      StackMap stack: int
       101: istore 11 /* huffmanEncoded */
       102: .line 265
            iload 15 /* b */
            bipush 127
            iand
            istore 5 /* index */
       103: .line 266
            iload 5 /* index */
            lookupswitch { // 2
                    0: 106
                  127: 104
              default: 110
          }
       104: .line 268
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 10 /* state */
       105: .line 269
            goto 128
       106: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 12 /* name */
            aload 13 /* headerType */
            iload 4 /* validateHeaders */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.validate:(Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;Z)Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            astore 13 /* headerType */
       107: .line 272
            aload 0 /* this */
            aload 3 /* headers */
            aload 12 /* name */
            getstatic io.netty.util.AsciiString.EMPTY_STRING:Lio/netty/util/AsciiString;
            aload 14 /* indexType */
            lload 6 /* headersLength */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.insertHeader:(Lio/netty/handler/codec/http2/Http2Headers;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackUtil$IndexType;J)J
            lstore 6 /* headersLength */
       108: .line 273
            iconst_0
            istore 10 /* state */
       109: .line 274
            goto 128
       110: .line 277
      StackMap locals:
      StackMap stack:
            iload 5 /* index */
            i2l
            iload 8 /* nameLength */
            i2l
            ladd
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            lload 6 /* headersLength */
            lsub
            lcmp
            ifle 112
       111: .line 278
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            invokestatic io.netty.handler.codec.http2.Http2CodecUtil.headerListSizeExceeded:(J)V
       112: .line 280
      StackMap locals:
      StackMap stack:
            iload 5 /* index */
            istore 9 /* valueLength */
       113: .line 281
            bipush 9
            istore 10 /* state */
       114: .line 284
            goto 128
        end local 15 // byte b
       115: .line 288
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            iload 5 /* index */
            invokestatic io.netty.handler.codec.http2.HpackDecoder.decodeULE128:(Lio/netty/buffer/ByteBuf;I)I
            istore 9 /* valueLength */
       116: .line 291
            iload 9 /* valueLength */
            i2l
            iload 8 /* nameLength */
            i2l
            ladd
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            lload 6 /* headersLength */
            lsub
            lcmp
            ifle 118
       117: .line 292
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            invokestatic io.netty.handler.codec.http2.Http2CodecUtil.headerListSizeExceeded:(J)V
       118: .line 294
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 10 /* state */
       119: .line 295
            goto 128
       120: .line 299
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            iload 9 /* valueLength */
            if_icmpge 122
       121: .line 300
            aload 2 /* in */
            invokestatic io.netty.handler.codec.http2.HpackDecoder.notEnoughDataException:(Lio/netty/buffer/ByteBuf;)Ljava/lang/IllegalArgumentException;
            athrow
       122: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* in */
            iload 9 /* valueLength */
            iload 11 /* huffmanEncoded */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.readStringLiteral:(Lio/netty/buffer/ByteBuf;IZ)Ljava/lang/CharSequence;
            astore 17 /* value */
        start local 17 // java.lang.CharSequence value
       123: .line 304
            aload 0 /* this */
            aload 12 /* name */
            aload 13 /* headerType */
            iload 4 /* validateHeaders */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.validate:(Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;Z)Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            astore 13 /* headerType */
       124: .line 305
            aload 0 /* this */
            aload 3 /* headers */
            aload 12 /* name */
            aload 17 /* value */
            aload 14 /* indexType */
            lload 6 /* headersLength */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.insertHeader:(Lio/netty/handler/codec/http2/Http2Headers;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackUtil$IndexType;J)J
            lstore 6 /* headersLength */
       125: .line 306
            iconst_0
            istore 10 /* state */
       126: .line 307
            goto 128
        end local 17 // java.lang.CharSequence value
       127: .line 310
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            new java.lang.StringBuilder
            dup
            ldc "should not reach here state: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 10 /* state */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
       128: .line 134
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
            ifne 10
       129: .line 317
            lload 6 /* headersLength */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSize:J
            lcmp
            ifle 131
       130: .line 318
            iload 1 /* streamId */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSize:J
            iconst_1
            invokestatic io.netty.handler.codec.http2.Http2CodecUtil.headerListSizeExceeded:(IJZ)V
       131: .line 321
      StackMap locals:
      StackMap stack:
            iload 10 /* state */
            ifeq 133
       132: .line 322
            getstatic io.netty.handler.codec.http2.Http2Error.COMPRESSION_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "Incomplete header block fragment."
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
       133: .line 324
      StackMap locals:
      StackMap stack:
            return
        end local 14 // io.netty.handler.codec.http2.HpackUtil$IndexType indexType
        end local 13 // io.netty.handler.codec.http2.HpackDecoder$HeaderType headerType
        end local 12 // java.lang.CharSequence name
        end local 11 // boolean huffmanEncoded
        end local 10 // byte state
        end local 9 // int valueLength
        end local 8 // int nameLength
        end local 6 // long headersLength
        end local 5 // int index
        end local 4 // boolean validateHeaders
        end local 3 // io.netty.handler.codec.http2.Http2Headers headers
        end local 2 // io.netty.buffer.ByteBuf in
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  134     0             this  Lio/netty/handler/codec/http2/HpackDecoder;
            0  134     1         streamId  I
            0  134     2               in  Lio/netty/buffer/ByteBuf;
            0  134     3          headers  Lio/netty/handler/codec/http2/Http2Headers;
            0  134     4  validateHeaders  Z
            1  134     5            index  I
            2  134     6    headersLength  J
            3  134     8       nameLength  I
            4  134     9      valueLength  I
            5  134    10            state  B
            6  134    11   huffmanEncoded  Z
            7  134    12             name  Ljava/lang/CharSequence;
            8  134    13       headerType  Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            9  134    14        indexType  Lio/netty/handler/codec/http2/HpackUtil$IndexType;
           12   61    15                b  B
           75   87    15                b  B
           99  115    15                b  B
           21   25    16    indexedHeader  Lio/netty/handler/codec/http2/HpackHeaderField;
           65   69    16    indexedHeader  Lio/netty/handler/codec/http2/HpackHeaderField;
          123  127    17            value  Ljava/lang/CharSequence;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                 Name  Flags
      streamId         
      in               
      headers          
      validateHeaders  

  public void setMaxHeaderTableSize(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // long maxHeaderTableSize
         0: .line 331
            lload 1 /* maxHeaderTableSize */
            lconst_0
            lcmp
            iflt 1
            lload 1 /* maxHeaderTableSize */
            ldc 4294967295
            lcmp
            ifle 4
         1: .line 332
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "Header Table Size must be >= %d and <= %d but was %d"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 333
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            ldc 4294967295
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 1 /* maxHeaderTableSize */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
         3: .line 332
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         4: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* maxHeaderTableSize */
            putfield io.netty.handler.codec.http2.HpackDecoder.maxDynamicTableSize:J
         5: .line 336
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxDynamicTableSize:J
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.encoderMaxDynamicTableSize:J
            lcmp
            ifge 8
         6: .line 339
            aload 0 /* this */
            iconst_1
            putfield io.netty.handler.codec.http2.HpackDecoder.maxDynamicTableSizeChangeRequired:Z
         7: .line 340
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxDynamicTableSize:J
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.setCapacity:(J)V
         8: .line 342
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long maxHeaderTableSize
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    9     1  maxHeaderTableSize  J
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                    Name  Flags
      maxHeaderTableSize  

  public void setMaxHeaderListSize(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // long maxHeaderListSize
        start local 3 // long maxHeaderListSizeGoAway
         0: .line 345
            lload 3 /* maxHeaderListSizeGoAway */
            lload 1 /* maxHeaderListSize */
            lcmp
            iflt 1
            lload 3 /* maxHeaderListSizeGoAway */
            lconst_0
            lcmp
            ifge 4
         1: .line 346
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http2.Http2Error.INTERNAL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "Header List Size GO_AWAY %d must be positive and >= %d"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 347
            lload 3 /* maxHeaderListSizeGoAway */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            lload 1 /* maxHeaderListSize */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
         3: .line 346
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         4: .line 349
      StackMap locals:
      StackMap stack:
            lload 1 /* maxHeaderListSize */
            lconst_0
            lcmp
            iflt 5
            lload 1 /* maxHeaderListSize */
            ldc 4294967295
            lcmp
            ifle 8
         5: .line 350
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "Header List Size must be >= %d and <= %d but was %d"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         6: .line 351
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            ldc 4294967295
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 1 /* maxHeaderListSize */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
         7: .line 350
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         8: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* maxHeaderListSize */
            putfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSize:J
         9: .line 354
            aload 0 /* this */
            lload 3 /* maxHeaderListSizeGoAway */
            putfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
        10: .line 355
            return
        end local 3 // long maxHeaderListSizeGoAway
        end local 1 // long maxHeaderListSize
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   11     0                     this  Lio/netty/handler/codec/http2/HpackDecoder;
            0   11     1        maxHeaderListSize  J
            0   11     3  maxHeaderListSizeGoAway  J
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                         Name  Flags
      maxHeaderListSize        
      maxHeaderListSizeGoAway  

  public long getMaxHeaderListSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
         0: .line 358
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSize:J
            lreturn
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/HpackDecoder;

  public long getMaxHeaderListSizeGoAway();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
         0: .line 362
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            lreturn
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/HpackDecoder;

  public long getMaxHeaderTableSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
         0: .line 370
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.capacity:()J
            lreturn
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/HpackDecoder;

  int length();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
         0: .line 377
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.length:()I
            ireturn
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/HpackDecoder;

  long size();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
         0: .line 384
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.size:()J
            lreturn
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/HpackDecoder;

  io.netty.handler.codec.http2.HpackHeaderField getHeaderField(int);
    descriptor: (I)Lio/netty/handler/codec/http2/HpackHeaderField;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // int index
         0: .line 391
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.getEntry:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
            areturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private void setDynamicTableSize(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // long dynamicTableSize
         0: .line 395
            lload 1 /* dynamicTableSize */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxDynamicTableSize:J
            lcmp
            ifle 2
         1: .line 396
            getstatic io.netty.handler.codec.http2.HpackDecoder.INVALID_MAX_DYNAMIC_TABLE_SIZE:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         2: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* dynamicTableSize */
            putfield io.netty.handler.codec.http2.HpackDecoder.encoderMaxDynamicTableSize:J
         3: .line 399
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.http2.HpackDecoder.maxDynamicTableSizeChangeRequired:Z
         4: .line 400
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            lload 1 /* dynamicTableSize */
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.setCapacity:(J)V
         5: .line 401
            return
        end local 1 // long dynamicTableSize
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    6     1  dynamicTableSize  J
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                  Name  Flags
      dynamicTableSize  

  private io.netty.handler.codec.http2.HpackDecoder$HeaderType validate(java.lang.CharSequence, io.netty.handler.codec.http2.HpackDecoder$HeaderType, boolean);
    descriptor: (Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;Z)Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // java.lang.CharSequence name
        start local 2 // io.netty.handler.codec.http2.HpackDecoder$HeaderType previousHeaderType
        start local 3 // boolean validateHeaders
         0: .line 405
            iload 3 /* validateHeaders */
            ifne 2
         1: .line 406
            aconst_null
            areturn
         2: .line 409
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            invokestatic io.netty.handler.codec.http2.Http2Headers$PseudoHeaderName.hasPseudoHeaderFormat:(Ljava/lang/CharSequence;)Z
            ifeq 15
         3: .line 410
            aload 2 /* previousHeaderType */
            getstatic io.netty.handler.codec.http2.HpackDecoder$HeaderType.REGULAR_HEADER:Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            if_acmpne 5
         4: .line 411
            getstatic io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "Pseudo-header field '%s' found after regular header."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         5: .line 414
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            invokestatic io.netty.handler.codec.http2.Http2Headers$PseudoHeaderName.getPseudoHeader:(Ljava/lang/CharSequence;)Lio/netty/handler/codec/http2/Http2Headers$PseudoHeaderName;
            astore 4 /* pseudoHeader */
        start local 4 // io.netty.handler.codec.http2.Http2Headers$PseudoHeaderName pseudoHeader
         6: .line 415
            aload 4 /* pseudoHeader */
            ifnonnull 8
         7: .line 416
            getstatic io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "Invalid HTTP/2 pseudo-header '%s' encountered."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         8: .line 419
      StackMap locals: io.netty.handler.codec.http2.Http2Headers$PseudoHeaderName
      StackMap stack:
            aload 4 /* pseudoHeader */
            invokevirtual io.netty.handler.codec.http2.Http2Headers$PseudoHeaderName.isRequestOnly:()Z
            ifeq 10
         9: .line 420
            getstatic io.netty.handler.codec.http2.HpackDecoder$HeaderType.REQUEST_PSEUDO_HEADER:Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            goto 11
      StackMap locals:
      StackMap stack:
        10: getstatic io.netty.handler.codec.http2.HpackDecoder$HeaderType.RESPONSE_PSEUDO_HEADER:Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
        11: .line 419
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.HpackDecoder$HeaderType
            astore 5 /* currentHeaderType */
        start local 5 // io.netty.handler.codec.http2.HpackDecoder$HeaderType currentHeaderType
        12: .line 421
            aload 2 /* previousHeaderType */
            ifnull 14
            aload 5 /* currentHeaderType */
            aload 2 /* previousHeaderType */
            if_acmpeq 14
        13: .line 422
            getstatic io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
            ldc "Mix of request and response pseudo-headers."
            iconst_0
            anewarray java.lang.Object
            invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        14: .line 425
      StackMap locals: io.netty.handler.codec.http2.HpackDecoder$HeaderType
      StackMap stack:
            aload 5 /* currentHeaderType */
            areturn
        end local 5 // io.netty.handler.codec.http2.HpackDecoder$HeaderType currentHeaderType
        end local 4 // io.netty.handler.codec.http2.Http2Headers$PseudoHeaderName pseudoHeader
        15: .line 428
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http2.HpackDecoder$HeaderType.REGULAR_HEADER:Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            areturn
        end local 3 // boolean validateHeaders
        end local 2 // io.netty.handler.codec.http2.HpackDecoder$HeaderType previousHeaderType
        end local 1 // java.lang.CharSequence name
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lio/netty/handler/codec/http2/HpackDecoder;
            0   16     1                name  Ljava/lang/CharSequence;
            0   16     2  previousHeaderType  Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
            0   16     3     validateHeaders  Z
            6   15     4        pseudoHeader  Lio/netty/handler/codec/http2/Http2Headers$PseudoHeaderName;
           12   15     5   currentHeaderType  Lio/netty/handler/codec/http2/HpackDecoder$HeaderType;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                    Name  Flags
      name                
      previousHeaderType  
      validateHeaders     final

  private java.lang.CharSequence readName(int);
    descriptor: (I)Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // int index
         0: .line 432
            iload 1 /* index */
            getstatic io.netty.handler.codec.http2.HpackStaticTable.length:I
            if_icmpgt 3
         1: .line 433
            iload 1 /* index */
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.getEntry:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
            astore 2 /* hpackHeaderField */
        start local 2 // io.netty.handler.codec.http2.HpackHeaderField hpackHeaderField
         2: .line 434
            aload 2 /* hpackHeaderField */
            getfield io.netty.handler.codec.http2.HpackHeaderField.name:Ljava/lang/CharSequence;
            areturn
        end local 2 // io.netty.handler.codec.http2.HpackHeaderField hpackHeaderField
         3: .line 436
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            getstatic io.netty.handler.codec.http2.HpackStaticTable.length:I
            isub
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.length:()I
            if_icmpgt 6
         4: .line 437
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            iload 1 /* index */
            getstatic io.netty.handler.codec.http2.HpackStaticTable.length:I
            isub
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.getEntry:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
            astore 2 /* hpackHeaderField */
        start local 2 // io.netty.handler.codec.http2.HpackHeaderField hpackHeaderField
         5: .line 438
            aload 2 /* hpackHeaderField */
            getfield io.netty.handler.codec.http2.HpackHeaderField.name:Ljava/lang/CharSequence;
            areturn
        end local 2 // io.netty.handler.codec.http2.HpackHeaderField hpackHeaderField
         6: .line 440
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http2.HpackDecoder.READ_NAME_ILLEGAL_INDEX_VALUE:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        end local 1 // int index
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    7     1             index  I
            2    3     2  hpackHeaderField  Lio/netty/handler/codec/http2/HpackHeaderField;
            5    6     2  hpackHeaderField  Lio/netty/handler/codec/http2/HpackHeaderField;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      index  

  private io.netty.handler.codec.http2.HpackHeaderField getIndexedHeader(int);
    descriptor: (I)Lio/netty/handler/codec/http2/HpackHeaderField;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // int index
         0: .line 444
            iload 1 /* index */
            getstatic io.netty.handler.codec.http2.HpackStaticTable.length:I
            if_icmpgt 2
         1: .line 445
            iload 1 /* index */
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.getEntry:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
            areturn
         2: .line 447
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            getstatic io.netty.handler.codec.http2.HpackStaticTable.length:I
            isub
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.length:()I
            if_icmpgt 4
         3: .line 448
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            iload 1 /* index */
            getstatic io.netty.handler.codec.http2.HpackStaticTable.length:I
            isub
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.getEntry:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
            areturn
         4: .line 450
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http2.HpackDecoder.INDEX_HEADER_ILLEGAL_INDEX_VALUE:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        end local 1 // int index
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    5     1  index  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      index  

  private long insertHeader(io.netty.handler.codec.http2.Http2Headers, java.lang.CharSequence, java.lang.CharSequence, io.netty.handler.codec.http2.HpackUtil$IndexType, long);
    descriptor: (Lio/netty/handler/codec/http2/Http2Headers;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Lio/netty/handler/codec/http2/HpackUtil$IndexType;J)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // io.netty.handler.codec.http2.Http2Headers headers
        start local 2 // java.lang.CharSequence name
        start local 3 // java.lang.CharSequence value
        start local 4 // io.netty.handler.codec.http2.HpackUtil$IndexType indexType
        start local 5 // long headerSize
         0: .line 455
            aload 0 /* this */
            aload 1 /* headers */
            aload 2 /* name */
            aload 3 /* value */
            lload 5 /* headerSize */
            invokevirtual io.netty.handler.codec.http2.HpackDecoder.addHeader:(Lio/netty/handler/codec/http2/Http2Headers;Ljava/lang/CharSequence;Ljava/lang/CharSequence;J)J
            lstore 5 /* headerSize */
         1: .line 457
            invokestatic io.netty.handler.codec.http2.HpackDecoder.$SWITCH_TABLE$io$netty$handler$codec$http2$HpackUtil$IndexType:()[I
            aload 4 /* indexType */
            invokevirtual io.netty.handler.codec.http2.HpackUtil$IndexType.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 3
                    2: 2
                    3: 2
              default: 5
          }
         2: .line 460
      StackMap locals:
      StackMap stack:
            goto 6
         3: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackDynamicTable:Lio/netty/handler/codec/http2/HpackDynamicTable;
            new io.netty.handler.codec.http2.HpackHeaderField
            dup
            aload 2 /* name */
            aload 3 /* value */
            invokespecial io.netty.handler.codec.http2.HpackHeaderField.<init>:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V
            invokevirtual io.netty.handler.codec.http2.HpackDynamicTable.add:(Lio/netty/handler/codec/http2/HpackHeaderField;)V
         4: .line 464
            goto 6
         5: .line 467
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            ldc "should not reach here"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 470
      StackMap locals:
      StackMap stack:
            lload 5 /* headerSize */
            lreturn
        end local 5 // long headerSize
        end local 4 // io.netty.handler.codec.http2.HpackUtil$IndexType indexType
        end local 3 // java.lang.CharSequence value
        end local 2 // java.lang.CharSequence name
        end local 1 // io.netty.handler.codec.http2.Http2Headers headers
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    7     1     headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    7     2        name  Ljava/lang/CharSequence;
            0    7     3       value  Ljava/lang/CharSequence;
            0    7     4   indexType  Lio/netty/handler/codec/http2/HpackUtil$IndexType;
            0    7     5  headerSize  J
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
            Name  Flags
      headers     
      name        
      value       
      indexType   
      headerSize  

  private long addHeader(io.netty.handler.codec.http2.Http2Headers, java.lang.CharSequence, java.lang.CharSequence, long);
    descriptor: (Lio/netty/handler/codec/http2/Http2Headers;Ljava/lang/CharSequence;Ljava/lang/CharSequence;J)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // io.netty.handler.codec.http2.Http2Headers headers
        start local 2 // java.lang.CharSequence name
        start local 3 // java.lang.CharSequence value
        start local 4 // long headersLength
         0: .line 475
            lload 4 /* headersLength */
            aload 2 /* name */
            aload 3 /* value */
            invokestatic io.netty.handler.codec.http2.HpackHeaderField.sizeOf:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)J
            ladd
            lstore 4 /* headersLength */
         1: .line 476
            lload 4 /* headersLength */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            lcmp
            ifle 3
         2: .line 477
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.maxHeaderListSizeGoAway:J
            invokestatic io.netty.handler.codec.http2.Http2CodecUtil.headerListSizeExceeded:(J)V
         3: .line 479
      StackMap locals:
      StackMap stack:
            aload 1 /* headers */
            aload 2 /* name */
            aload 3 /* value */
            invokeinterface io.netty.handler.codec.http2.Http2Headers.add:(Ljava/lang/Object;Ljava/lang/Object;)Lio/netty/handler/codec/Headers;
            pop
         4: .line 480
            lload 4 /* headersLength */
            lreturn
        end local 4 // long headersLength
        end local 3 // java.lang.CharSequence value
        end local 2 // java.lang.CharSequence name
        end local 1 // io.netty.handler.codec.http2.Http2Headers headers
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    5     1        headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    5     2           name  Ljava/lang/CharSequence;
            0    5     3          value  Ljava/lang/CharSequence;
            0    5     4  headersLength  J
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
               Name  Flags
      headers        
      name           
      value          
      headersLength  

  private java.lang.CharSequence readStringLiteral(io.netty.buffer.ByteBuf, int, boolean);
    descriptor: (Lio/netty/buffer/ByteBuf;IZ)Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http2.HpackDecoder this
        start local 1 // io.netty.buffer.ByteBuf in
        start local 2 // int length
        start local 3 // boolean huffmanEncoded
         0: .line 484
            iload 3 /* huffmanEncoded */
            ifeq 2
         1: .line 485
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackDecoder.hpackHuffmanDecoder:Lio/netty/handler/codec/http2/HpackHuffmanDecoder;
            aload 1 /* in */
            iload 2 /* length */
            invokevirtual io.netty.handler.codec.http2.HpackHuffmanDecoder.decode:(Lio/netty/buffer/ByteBuf;I)Lio/netty/util/AsciiString;
            areturn
         2: .line 487
      StackMap locals:
      StackMap stack:
            iload 2 /* length */
            newarray 8
            astore 4 /* buf */
        start local 4 // byte[] buf
         3: .line 488
            aload 1 /* in */
            aload 4 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.readBytes:([B)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 489
            new io.netty.util.AsciiString
            dup
            aload 4 /* buf */
            iconst_0
            invokespecial io.netty.util.AsciiString.<init>:([BZ)V
            areturn
        end local 4 // byte[] buf
        end local 3 // boolean huffmanEncoded
        end local 2 // int length
        end local 1 // io.netty.buffer.ByteBuf in
        end local 0 // io.netty.handler.codec.http2.HpackDecoder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lio/netty/handler/codec/http2/HpackDecoder;
            0    5     1              in  Lio/netty/buffer/ByteBuf;
            0    5     2          length  I
            0    5     3  huffmanEncoded  Z
            3    5     4             buf  [B
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                Name  Flags
      in              
      length          
      huffmanEncoded  

  private static java.lang.IllegalArgumentException notEnoughDataException(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Ljava/lang/IllegalArgumentException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.netty.buffer.ByteBuf in
         0: .line 493
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "decode only works with an entire header block! "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* in */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // io.netty.buffer.ByteBuf in
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    in  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      in    

  static int decodeULE128(io.netty.buffer.ByteBuf, int);
    descriptor: (Lio/netty/buffer/ByteBuf;I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.netty.buffer.ByteBuf in
        start local 1 // int result
         0: .line 502
            aload 0 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            istore 2 /* readerIndex */
        start local 2 // int readerIndex
         1: .line 503
            aload 0 /* in */
            iload 1 /* result */
            i2l
            invokestatic io.netty.handler.codec.http2.HpackDecoder.decodeULE128:(Lio/netty/buffer/ByteBuf;J)J
            lstore 3 /* v */
        start local 3 // long v
         2: .line 504
            lload 3 /* v */
            ldc 2147483647
            lcmp
            ifle 5
         3: .line 510
            aload 0 /* in */
            iload 2 /* readerIndex */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 511
            getstatic io.netty.handler.codec.http2.HpackDecoder.DECODE_ULE_128_TO_INT_DECOMPRESSION_EXCEPTION:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
         5: .line 513
      StackMap locals: int long
      StackMap stack:
            lload 3 /* v */
            l2i
            ireturn
        end local 3 // long v
        end local 2 // int readerIndex
        end local 1 // int result
        end local 0 // io.netty.buffer.ByteBuf in
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0           in  Lio/netty/buffer/ByteBuf;
            0    6     1       result  I
            1    6     2  readerIndex  I
            2    6     3            v  J
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
        Name  Flags
      in      
      result  

  static long decodeULE128(io.netty.buffer.ByteBuf, long);
    descriptor: (Lio/netty/buffer/ByteBuf;J)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // io.netty.buffer.ByteBuf in
        start local 1 // long result
         0: .line 522
            getstatic io.netty.handler.codec.http2.HpackDecoder.$assertionsDisabled:Z
            ifne 2
            lload 1 /* result */
            ldc 127
            lcmp
            ifgt 1
            lload 1 /* result */
            lconst_0
            lcmp
            ifge 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 523
      StackMap locals:
      StackMap stack:
            lload 1 /* result */
            lconst_0
            lcmp
            ifne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* resultStartedAtZero */
        start local 3 // boolean resultStartedAtZero
         5: .line 524
            aload 0 /* in */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 4 /* writerIndex */
        start local 4 // int writerIndex
         6: .line 525
            aload 0 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            istore 5 /* readerIndex */
        start local 5 // int readerIndex
         7: iconst_0
            istore 6 /* shift */
        start local 6 // int shift
         8: goto 17
         9: .line 526
      StackMap locals: io.netty.buffer.ByteBuf long int int int int
      StackMap stack:
            aload 0 /* in */
            iload 5 /* readerIndex */
            invokevirtual io.netty.buffer.ByteBuf.getByte:(I)B
            istore 7 /* b */
        start local 7 // byte b
        10: .line 527
            iload 6 /* shift */
            bipush 56
            if_icmpne 12
            iload 7 /* b */
            sipush 128
            iand
            ifne 11
            iload 7 /* b */
            bipush 127
            if_icmpne 12
            iload 3 /* resultStartedAtZero */
            ifne 12
        11: .line 535
      StackMap locals: int
      StackMap stack:
            getstatic io.netty.handler.codec.http2.HpackDecoder.DECODE_ULE_128_TO_LONG_DECOMPRESSION_EXCEPTION:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        12: .line 538
      StackMap locals:
      StackMap stack:
            iload 7 /* b */
            sipush 128
            iand
            ifne 15
        13: .line 539
            aload 0 /* in */
            iload 5 /* readerIndex */
            iconst_1
            iadd
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
        14: .line 540
            lload 1 /* result */
            iload 7 /* b */
            i2l
            ldc 127
            land
            iload 6 /* shift */
            lshl
            ladd
            lreturn
        15: .line 542
      StackMap locals:
      StackMap stack:
            lload 1 /* result */
            iload 7 /* b */
            i2l
            ldc 127
            land
            iload 6 /* shift */
            lshl
            ladd
            lstore 1 /* result */
        end local 7 // byte b
        16: .line 525
            iinc 5 /* readerIndex */ 1
            iinc 6 /* shift */ 7
      StackMap locals:
      StackMap stack:
        17: iload 5 /* readerIndex */
            iload 4 /* writerIndex */
            if_icmplt 9
        end local 6 // int shift
        end local 5 // int readerIndex
        18: .line 545
            getstatic io.netty.handler.codec.http2.HpackDecoder.DECODE_ULE_128_DECOMPRESSION_EXCEPTION:Lio/netty/handler/codec/http2/Http2Exception;
            athrow
        end local 4 // int writerIndex
        end local 3 // boolean resultStartedAtZero
        end local 1 // long result
        end local 0 // io.netty.buffer.ByteBuf in
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   19     0                   in  Lio/netty/buffer/ByteBuf;
            0   19     1               result  J
            5   19     3  resultStartedAtZero  Z
            6   19     4          writerIndex  I
            7   18     5          readerIndex  I
            8   18     6                shift  I
           10   16     7                    b  B
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
        Name  Flags
      in      
      result  

  static int[] $SWITCH_TABLE$io$netty$handler$codec$http2$HpackUtil$IndexType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 54
            getstatic io.netty.handler.codec.http2.HpackDecoder.$SWITCH_TABLE$io$netty$handler$codec$http2$HpackUtil$IndexType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.netty.handler.codec.http2.HpackUtil$IndexType.values:()[Lio/netty/handler/codec/http2/HpackUtil$IndexType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.netty.handler.codec.http2.HpackUtil$IndexType.INCREMENTAL:Lio/netty/handler/codec/http2/HpackUtil$IndexType;
            invokevirtual io.netty.handler.codec.http2.HpackUtil$IndexType.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.netty.handler.codec.http2.HpackUtil$IndexType.NEVER:Lio/netty/handler/codec/http2/HpackUtil$IndexType;
            invokevirtual io.netty.handler.codec.http2.HpackUtil$IndexType.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.netty.handler.codec.http2.HpackUtil$IndexType.NONE:Lio/netty/handler/codec/http2/HpackUtil$IndexType;
            invokevirtual io.netty.handler.codec.http2.HpackUtil$IndexType.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic io.netty.handler.codec.http2.HpackDecoder.$SWITCH_TABLE$io$netty$handler$codec$http2$HpackUtil$IndexType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
SourceFile: "HpackDecoder.java"
NestMembers:
  io.netty.handler.codec.http2.HpackDecoder$HeaderType
InnerClasses:
  private final HeaderType = io.netty.handler.codec.http2.HpackDecoder$HeaderType of io.netty.handler.codec.http2.HpackDecoder
  final IndexType = io.netty.handler.codec.http2.HpackUtil$IndexType of io.netty.handler.codec.http2.HpackUtil
  public final PseudoHeaderName = io.netty.handler.codec.http2.Http2Headers$PseudoHeaderName of io.netty.handler.codec.http2.Http2Headers