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: bipush 61
anewarray io.netty.handler.codec.http2.HpackHeaderField
dup
iconst_0
1: ldc ":authority"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
iconst_1
2: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: ldc "accept"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 19
20: 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: ldc "age"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 21
22: ldc "allow"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 22
23: ldc "authorization"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 23
24: 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: 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: 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: 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: 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: 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: 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: 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: ldc "cookie"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 32
33: ldc "date"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 33
34: ldc "etag"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 34
35: ldc "expect"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 35
36: ldc "expires"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 36
37: ldc "from"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 37
38: ldc "host"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 38
39: 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: 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: 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: 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: 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: 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: ldc "link"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 45
46: ldc "location"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 46
47: 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: 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: 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: ldc "range"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 50
51: ldc "referer"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 51
52: ldc "refresh"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 52
53: 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: ldc "server"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 54
55: 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: 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: 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: 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: ldc "vary"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 59
60: ldc "via"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
dup
bipush 60
61: ldc "www-authenticate"
invokestatic io.netty.handler.codec.http2.HpackStaticTable.newEmptyHeaderField:(Ljava/lang/String;)Lio/netty/handler/codec/http2/HpackHeaderField;
aastore
62: invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
putstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_TABLE:Ljava/util/List;
63: 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: 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 0: new io.netty.handler.codec.http2.HpackHeaderField
dup
aload 0
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 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 start local 1 0: new io.netty.handler.codec.http2.HpackHeaderField
dup
aload 0
invokestatic io.netty.util.AsciiString.cached:(Ljava/lang/String;)Lio/netty/util/AsciiString;
aload 1
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 end local 0 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 0: getstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_TABLE:Ljava/util/List;
iload 0
iconst_1
isub
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast io.netty.handler.codec.http2.HpackHeaderField
areturn
end local 0 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 0: getstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_INDEX_BY_NAME:Lio/netty/handler/codec/http2/CharSequenceMap;
aload 0
invokevirtual io.netty.handler.codec.http2.CharSequenceMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Integer
astore 1
start local 1 1: aload 1
ifnonnull 3
2: iconst_m1
ireturn
3: StackMap locals: java.lang.Integer
StackMap stack:
aload 1
invokevirtual java.lang.Integer.intValue:()I
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
invokestatic io.netty.handler.codec.http2.HpackStaticTable.getIndex:(Ljava/lang/CharSequence;)I
istore 2
start local 2 1: iload 2
iconst_m1
if_icmpne 9
2: iconst_m1
ireturn
3: StackMap locals: int
StackMap stack:
iload 2
invokestatic io.netty.handler.codec.http2.HpackStaticTable.getEntry:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
astore 3
start local 3 4: aload 0
aload 3
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: goto 10
6: StackMap locals: io.netty.handler.codec.http2.HpackHeaderField
StackMap stack:
aload 1
aload 3
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: iload 2
ireturn
8: StackMap locals:
StackMap stack:
iinc 2 1
end local 3 9: StackMap locals:
StackMap stack:
iload 2
getstatic io.netty.handler.codec.http2.HpackStaticTable.length:I
if_icmple 3
10: StackMap locals:
StackMap stack:
iconst_m1
ireturn
end local 2 end local 1 end local 0 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: getstatic io.netty.handler.codec.http2.HpackStaticTable.STATIC_TABLE:Ljava/util/List;
invokeinterface java.util.List.size:()I
istore 0
start local 0 1: new io.netty.handler.codec.http2.CharSequenceMap
dup
iconst_1
2: invokestatic io.netty.handler.codec.UnsupportedValueConverter.instance:()Lio/netty/handler/codec/UnsupportedValueConverter;
iload 0
3: invokespecial io.netty.handler.codec.http2.CharSequenceMap.<init>:(ZLio/netty/handler/codec/ValueConverter;I)V
astore 1
start local 1 4: iload 0
istore 2
start local 2 5: goto 10
6: StackMap locals: int io.netty.handler.codec.http2.CharSequenceMap int
StackMap stack:
iload 2
invokestatic io.netty.handler.codec.http2.HpackStaticTable.getEntry:(I)Lio/netty/handler/codec/http2/HpackHeaderField;
astore 3
start local 3 7: aload 3
getfield io.netty.handler.codec.http2.HpackHeaderField.name:Ljava/lang/CharSequence;
astore 4
start local 4 8: aload 1
aload 4
iload 2
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 end local 3 9: iinc 2 -1
StackMap locals:
StackMap stack:
10: iload 2
ifgt 6
end local 2 11: aload 1
areturn
end local 1 end local 0 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/HpackStaticTable;
}
SourceFile: "HpackStaticTable.java"