final class io.netty.handler.codec.http2.HpackStaticTable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.HpackStaticTable
  super_class: java.lang.Object
{
  private static final java.util.List<io.netty.handler.codec.http2.HpackHeaderField> STATIC_TABLE;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lio/netty/handler/codec/http2/HpackHeaderField;>;

  private static final io.netty.handler.codec.http2.CharSequenceMap<java.lang.Integer> STATIC_INDEX_BY_NAME;
    descriptor: Lio/netty/handler/codec/http2/CharSequenceMap;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/netty/handler/codec/http2/CharSequenceMap<Ljava/lang/Integer;>;

  static final int length;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 46
            bipush 61
            anewarray io.netty.handler.codec.http2.HpackHeaderField
            dup
            iconst_0
         1: .line 47
            ldc ":authority"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            iconst_1
         2: .line 48
            ldc ":method"
            ldc "GET"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            iconst_2
         3: .line 49
            ldc ":method"
            ldc "POST"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            iconst_3
         4: .line 50
            ldc ":path"
            ldc "/"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            iconst_4
         5: .line 51
            ldc ":path"
            ldc "/index.html"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            iconst_5
         6: .line 52
            ldc ":scheme"
            ldc "http"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 6
         7: .line 53
            ldc ":scheme"
            ldc "https"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 7
         8: .line 54
            ldc ":status"
            ldc "200"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 8
         9: .line 55
            ldc ":status"
            ldc "204"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 9
        10: .line 56
            ldc ":status"
            ldc "206"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 10
        11: .line 57
            ldc ":status"
            ldc "304"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 11
        12: .line 58
            ldc ":status"
            ldc "400"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 12
        13: .line 59
            ldc ":status"
            ldc "404"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 13
        14: .line 60
            ldc ":status"
            ldc "500"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 14
        15: .line 61
            ldc "accept-charset"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 15
        16: .line 62
            ldc "accept-encoding"
            ldc "gzip, deflate"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newHeaderField:(Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 16
        17: .line 63
            ldc "accept-language"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 17
        18: .line 64
            ldc "accept-ranges"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 18
        19: .line 65
            ldc "accept"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 19
        20: .line 66
            ldc "access-control-allow-origin"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 20
        21: .line 67
            ldc "age"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 21
        22: .line 68
            ldc "allow"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 22
        23: .line 69
            ldc "authorization"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 23
        24: .line 70
            ldc "cache-control"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 24
        25: .line 71
            ldc "content-disposition"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 25
        26: .line 72
            ldc "content-encoding"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 26
        27: .line 73
            ldc "content-language"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 27
        28: .line 74
            ldc "content-length"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 28
        29: .line 75
            ldc "content-location"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 29
        30: .line 76
            ldc "content-range"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 30
        31: .line 77
            ldc "content-type"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 31
        32: .line 78
            ldc "cookie"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 32
        33: .line 79
            ldc "date"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 33
        34: .line 80
            ldc "etag"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 34
        35: .line 81
            ldc "expect"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 35
        36: .line 82
            ldc "expires"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 36
        37: .line 83
            ldc "from"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 37
        38: .line 84
            ldc "host"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 38
        39: .line 85
            ldc "if-match"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 39
        40: .line 86
            ldc "if-modified-since"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 40
        41: .line 87
            ldc "if-none-match"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 41
        42: .line 88
            ldc "if-range"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 42
        43: .line 89
            ldc "if-unmodified-since"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 43
        44: .line 90
            ldc "last-modified"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 44
        45: .line 91
            ldc "link"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 45
        46: .line 92
            ldc "location"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 46
        47: .line 93
            ldc "max-forwards"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 47
        48: .line 94
            ldc "proxy-authenticate"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 48
        49: .line 95
            ldc "proxy-authorization"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 49
        50: .line 96
            ldc "range"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 50
        51: .line 97
            ldc "referer"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 51
        52: .line 98
            ldc "refresh"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 52
        53: .line 99
            ldc "retry-after"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 53
        54: .line 100
            ldc "server"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 54
        55: .line 101
            ldc "set-cookie"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 55
        56: .line 102
            ldc "strict-transport-security"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 56
        57: .line 103
            ldc "transfer-encoding"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 57
        58: .line 104
            ldc "user-agent"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 58
        59: .line 105
            ldc "vary"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 59
        60: .line 106
            ldc "via"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
            dup
            bipush 60
        61: .line 107
            ldc "www-authenticate"
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
            aastore
        62: .line 46
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            putstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_TABLE:Ljava/util/List;
        63: .line 118
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.createMap:()Lio/netty/handler/codec/http2/CharSequenceMap;
            putstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_INDEX_BY_NAME:Lio/netty/handler/codec/http2/CharSequenceMap;
        64: .line 123
            getstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_TABLE:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            putstatic io.netty.handler.codec.http2.HpackStaticTable.length:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static io.netty.handler.codec.http2.HpackHeaderField newEmptyHeaderField(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 111
            new io.netty.handler.codec.http2.HpackHeaderField
            dup
            aload 0 /* name */
            invokestatic io.netty.util.AsciiString.cached:(Ljava/lang/String;)Lio/netty/util/AsciiString;
            getstatic io.netty.util.AsciiString.EMPTY_STRING:Lio/netty/util/AsciiString;
            invokespecial io.netty.handler.codec.http2.HpackHeaderField.<init>:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  private static io.netty.handler.codec.http2.HpackHeaderField newHeaderField(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String name
        start local 1 // java.lang.String value
         0: .line 115
            new io.netty.handler.codec.http2.HpackHeaderField
            dup
            aload 0 /* name */
            invokestatic io.netty.util.AsciiString.cached:(Ljava/lang/String;)Lio/netty/util/AsciiString;
            aload 1 /* value */
            invokestatic io.netty.util.AsciiString.cached:(Ljava/lang/String;)Lio/netty/util/AsciiString;
            invokespecial io.netty.handler.codec.http2.HpackHeaderField.<init>:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V
            areturn
        end local 1 // java.lang.String value
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   name  Ljava/lang/String;
            0    1     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  static io.netty.handler.codec.http2.HpackHeaderField getEntry(int);
    descriptor: (I)Lio/netty/handler/codec/http2/HpackHeaderField;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int index
         0: .line 129
            getstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_TABLE:Ljava/util/List;
            iload 0 /* index */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.HpackHeaderField
            areturn
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  index  I
    MethodParameters:
       Name  Flags
      index  

  static int getIndex(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.CharSequence name
         0: .line 137
            getstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_INDEX_BY_NAME:Lio/netty/handler/codec/http2/CharSequenceMap;
            aload 0 /* name */
            invokevirtual io.netty.handler.codec.http2.CharSequenceMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 1 /* index */
        start local 1 // java.lang.Integer index
         1: .line 138
            aload 1 /* index */
            ifnonnull 3
         2: .line 139
            iconst_m1
            ireturn
         3: .line 141
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 1 /* index */
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 1 // java.lang.Integer index
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   name  Ljava/lang/CharSequence;
            1    4     1  index  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      name  

  static int getIndex(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // java.lang.CharSequence name
        start local 1 // java.lang.CharSequence value
         0: .line 149
            aload 0 /* name */
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.getIndex:(Ljava/lang/CharSequence;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 150
            iload 2 /* index */
            iconst_m1
            if_icmpne 9
         2: .line 151
            iconst_m1
            ireturn
         3: .line 156
      StackMap locals: int
      StackMap stack:
            iload 2 /* index */
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.getEntry:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
            astore 3 /* entry */
        start local 3 // io.netty.handler.codec.http2.HpackHeaderField entry
         4: .line 157
            aload 0 /* name */
            aload 3 /* entry */
            getfield io.netty.handler.codec.http2.HpackHeaderField.name:Ljava/lang/CharSequence;
            invokestatic io.netty.handler.codec.http2.HpackUtil.equalsConstantTime:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)I
            ifne 6
         5: .line 158
            goto 10
         6: .line 160
      StackMap locals: io.netty.handler.codec.http2.HpackHeaderField
      StackMap stack:
            aload 1 /* value */
            aload 3 /* entry */
            getfield io.netty.handler.codec.http2.HpackHeaderField.value:Ljava/lang/CharSequence;
            invokestatic io.netty.handler.codec.http2.HpackUtil.equalsConstantTime:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)I
            ifeq 8
         7: .line 161
            iload 2 /* index */
            ireturn
         8: .line 163
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
        end local 3 // io.netty.handler.codec.http2.HpackHeaderField entry
         9: .line 155
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            getstatic io.netty.handler.codec.http2.HpackStaticTable.length:I
            if_icmple 3
        10: .line 166
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // int index
        end local 1 // java.lang.CharSequence value
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   name  Ljava/lang/CharSequence;
            0   11     1  value  Ljava/lang/CharSequence;
            1   11     2  index  I
            4    9     3  entry  Lio/netty/handler/codec/http2/HpackHeaderField;
    MethodParameters:
       Name  Flags
      name   
      value  

  private static io.netty.handler.codec.http2.CharSequenceMap<java.lang.Integer> createMap();
    descriptor: ()Lio/netty/handler/codec/http2/CharSequenceMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=0
         0: .line 171
            getstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_TABLE:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 0 /* length */
        start local 0 // int length
         1: .line 173
            new io.netty.handler.codec.http2.CharSequenceMap
            dup
            iconst_1
         2: .line 174
            invokestatic io.netty.handler.codec.UnsupportedValueConverter.instance:()Lio/netty/handler/codec/UnsupportedValueConverter;
            iload 0 /* length */
         3: .line 173
            invokespecial io.netty.handler.codec.http2.CharSequenceMap.<init>:(ZLio/netty/handler/codec/ValueConverter;I)V
            astore 1 /* ret */
        start local 1 // io.netty.handler.codec.http2.CharSequenceMap ret
         4: .line 177
            iload 0 /* length */
            istore 2 /* index */
        start local 2 // int index
         5: goto 10
         6: .line 178
      StackMap locals: int io.netty.handler.codec.http2.CharSequenceMap int
      StackMap stack:
            iload 2 /* index */
            invokestatic io.netty.handler.codec.http2.HpackStaticTable.getEntry:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
            astore 3 /* entry */
        start local 3 // io.netty.handler.codec.http2.HpackHeaderField entry
         7: .line 179
            aload 3 /* entry */
            getfield io.netty.handler.codec.http2.HpackHeaderField.name:Ljava/lang/CharSequence;
            astore 4 /* name */
        start local 4 // java.lang.CharSequence name
         8: .line 180
            aload 1 /* ret */
            aload 4 /* name */
            iload 2 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.handler.codec.http2.CharSequenceMap.set:(Ljava/lang/Object;Ljava/lang/Object;)Lio/netty/handler/codec/Headers;
            pop
        end local 4 // java.lang.CharSequence name
        end local 3 // io.netty.handler.codec.http2.HpackHeaderField entry
         9: .line 177
            iinc 2 /* index */ -1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* index */
            ifgt 6
        end local 2 // int index
        11: .line 182
            aload 1 /* ret */
            areturn
        end local 1 // io.netty.handler.codec.http2.CharSequenceMap ret
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1   12     0  length  I
            4   12     1     ret  Lio/netty/handler/codec/http2/CharSequenceMap<Ljava/lang/Integer;>;
            5   11     2   index  I
            7    9     3   entry  Lio/netty/handler/codec/http2/HpackHeaderField;
            8    9     4    name  Ljava/lang/CharSequence;
    Signature: ()Lio/netty/handler/codec/http2/CharSequenceMap<Ljava/lang/Integer;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackStaticTable this
         0: .line 186
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 187
            return
        end local 0 // io.netty.handler.codec.http2.HpackStaticTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http2/HpackStaticTable;
}
SourceFile: "HpackStaticTable.java"