final class okhttp3.internal.http2.Hpack$Writer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: okhttp3.internal.http2.Hpack$Writer
super_class: java.lang.Object
{
private static final int ;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4096
private static final int ;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 16384
private final okio.Buffer out;
descriptor: Lokio/Buffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean useCompression;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int ;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean emitDynamicTableSizeUpdate;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
int ;
descriptor: I
flags: (0x0000)
int maxDynamicTableByteCount;
descriptor: I
flags: (0x0000)
okhttp3.internal.http2.Header[] ;
descriptor: [Lokhttp3/internal/http2/Header;
flags: (0x0000)
int ;
descriptor: I
flags: (0x0000)
int ;
descriptor: I
flags: (0x0000)
int dynamicTableByteCount;
descriptor: I
flags: (0x0000)
void <init>(okio.Buffer);
descriptor: (Lokio/Buffer;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
sipush 4096
iconst_1
aload 1
invokespecial okhttp3.internal.http2.Hpack$Writer.<init>:(IZLokio/Buffer;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lokhttp3/internal/http2/Hpack$Writer;
0 2 1 out Lokio/Buffer;
MethodParameters:
Name Flags
out
void <init>(int, boolean, okio.Buffer);
descriptor: (IZLokio/Buffer;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
ldc 2147483647
putfield okhttp3.internal.http2.Hpack$Writer.smallestHeaderTableSizeSetting:I
2: aload 0
bipush 8
anewarray okhttp3.internal.http2.Header
putfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
3: aload 0
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
arraylength
iconst_1
isub
putfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
4: aload 0
iconst_0
putfield okhttp3.internal.http2.Hpack$Writer.headerCount:I
5: aload 0
iconst_0
putfield okhttp3.internal.http2.Hpack$Writer.dynamicTableByteCount:I
6: aload 0
iload 1
putfield okhttp3.internal.http2.Hpack$Writer.headerTableSizeSetting:I
7: aload 0
iload 1
putfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
8: aload 0
iload 2
putfield okhttp3.internal.http2.Hpack$Writer.useCompression:Z
9: aload 0
aload 3
putfield okhttp3.internal.http2.Hpack$Writer.out:Lokio/Buffer;
10: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lokhttp3/internal/http2/Hpack$Writer;
0 11 1 headerTableSizeSetting I
0 11 2 useCompression Z
0 11 3 out Lokio/Buffer;
MethodParameters:
Name Flags
headerTableSizeSetting
useCompression
out
private void clearDynamicTable();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
aconst_null
invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
1: aload 0
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
arraylength
iconst_1
isub
putfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
2: aload 0
iconst_0
putfield okhttp3.internal.http2.Hpack$Writer.headerCount:I
3: aload 0
iconst_0
putfield okhttp3.internal.http2.Hpack$Writer.dynamicTableByteCount:I
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lokhttp3/internal/http2/Hpack$Writer;
private int evictToRecoverBytes(int);
descriptor: (I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: iload 1
ifle 15
2: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
arraylength
iconst_1
isub
istore 3
start local 3 3: goto 9
4: StackMap locals: int int
StackMap stack:
iload 1
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
iload 3
aaload
getfield okhttp3.internal.http2.Header.hpackSize:I
isub
istore 1
5: aload 0
dup
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTableByteCount:I
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
iload 3
aaload
getfield okhttp3.internal.http2.Header.hpackSize:I
isub
putfield okhttp3.internal.http2.Hpack$Writer.dynamicTableByteCount:I
6: aload 0
dup
getfield okhttp3.internal.http2.Hpack$Writer.headerCount:I
iconst_1
isub
putfield okhttp3.internal.http2.Hpack$Writer.headerCount:I
7: iinc 2 1
8: iinc 3 -1
StackMap locals:
StackMap stack:
9: iload 3
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
if_icmplt 10
iload 1
ifgt 4
end local 3 10: StackMap locals:
StackMap stack:
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
iconst_1
iadd
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
11: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
iconst_1
iadd
iload 2
iadd
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.headerCount:I
12: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
13: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
iconst_1
iadd
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
iconst_1
iadd
iload 2
iadd
aconst_null
invokestatic java.util.Arrays.fill:([Ljava/lang/Object;IILjava/lang/Object;)V
14: aload 0
dup
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
iload 2
iadd
putfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
15: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lokhttp3/internal/http2/Hpack$Writer;
0 16 1 bytesToRecover I
1 16 2 entriesToEvict I
3 10 3 j I
MethodParameters:
Name Flags
bytesToRecover
private void (okhttp3.internal.http2.Header);
descriptor: (Lokhttp3/internal/http2/Header;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 1
getfield okhttp3.internal.http2.Header.hpackSize:I
istore 2
start local 2 1: iload 2
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
if_icmple 4
2: aload 0
invokevirtual okhttp3.internal.http2.Hpack$Writer.clearDynamicTable:()V
3: return
4: StackMap locals: int
StackMap stack:
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTableByteCount:I
iload 2
iadd
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
isub
istore 3
start local 3 5: aload 0
iload 3
invokevirtual okhttp3.internal.http2.Hpack$Writer.evictToRecoverBytes:(I)I
pop
6: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.headerCount:I
iconst_1
iadd
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
arraylength
if_icmple 11
7: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
arraylength
iconst_2
imul
anewarray okhttp3.internal.http2.Header
astore 4
start local 4 8: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
iconst_0
aload 4
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
arraylength
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
9: aload 0
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
arraylength
iconst_1
isub
putfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
10: aload 0
aload 4
putfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
end local 4 11: StackMap locals: int
StackMap stack:
aload 0
dup
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
dup_x1
iconst_1
isub
putfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
istore 4
start local 4 12: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
iload 4
aload 1
aastore
13: aload 0
dup
getfield okhttp3.internal.http2.Hpack$Writer.headerCount:I
iconst_1
iadd
putfield okhttp3.internal.http2.Hpack$Writer.headerCount:I
14: aload 0
dup
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTableByteCount:I
iload 2
iadd
putfield okhttp3.internal.http2.Hpack$Writer.dynamicTableByteCount:I
15: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lokhttp3/internal/http2/Hpack$Writer;
0 16 1 entry Lokhttp3/internal/http2/Header;
1 16 2 delta I
5 16 3 bytesToRecover I
8 11 4 doubled [Lokhttp3/internal/http2/Header;
12 16 4 index I
MethodParameters:
Name Flags
entry
void writeHeaders(java.util.List<okhttp3.internal.http2.Header>);
descriptor: (Ljava/util/List;)V
flags: (0x0000)
Code:
stack=4, locals=12, args_size=2
start local 0 start local 1 0: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.emitDynamicTableSizeUpdate:Z
ifeq 6
1: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.smallestHeaderTableSizeSetting:I
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
if_icmpge 3
2: aload 0
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.smallestHeaderTableSizeSetting:I
bipush 31
bipush 32
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeInt:(III)V
3: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield okhttp3.internal.http2.Hpack$Writer.emitDynamicTableSizeUpdate:Z
4: aload 0
ldc 2147483647
putfield okhttp3.internal.http2.Hpack$Writer.smallestHeaderTableSizeSetting:I
5: aload 0
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
bipush 31
bipush 32
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeInt:(III)V
6: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 7: aload 1
invokeinterface java.util.List.size:()I
istore 3
start local 3 8: goto 52
9: StackMap locals: int int
StackMap stack:
aload 1
iload 2
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast okhttp3.internal.http2.Header
astore 4
start local 4 10: aload 4
getfield okhttp3.internal.http2.Header.name:Lokio/ByteString;
invokevirtual okio.ByteString.toAsciiLowercase:()Lokio/ByteString;
astore 5
start local 5 11: aload 4
getfield okhttp3.internal.http2.Header.value:Lokio/ByteString;
astore 6
start local 6 12: iconst_m1
istore 7
start local 7 13: iconst_m1
istore 8
start local 8 14: getstatic okhttp3.internal.http2.Hpack.NAME_TO_FIRST_INDEX:Ljava/util/Map;
aload 5
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Integer
astore 9
start local 9 15: aload 9
ifnull 23
16: aload 9
invokevirtual java.lang.Integer.intValue:()I
iconst_1
iadd
istore 8
17: iload 8
iconst_1
if_icmple 23
iload 8
bipush 8
if_icmpge 23
18: getstatic okhttp3.internal.http2.Hpack.STATIC_HEADER_TABLE:[Lokhttp3/internal/http2/Header;
iload 8
iconst_1
isub
aaload
getfield okhttp3.internal.http2.Header.value:Lokio/ByteString;
aload 6
invokestatic okhttp3.internal.Util.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 21
19: iload 8
istore 7
20: goto 23
StackMap locals: okhttp3.internal.http2.Hpack$Writer java.util.List int int okhttp3.internal.http2.Header okio.ByteString okio.ByteString int int java.lang.Integer
StackMap stack:
21: getstatic okhttp3.internal.http2.Hpack.STATIC_HEADER_TABLE:[Lokhttp3/internal/http2/Header;
iload 8
aaload
getfield okhttp3.internal.http2.Header.value:Lokio/ByteString;
aload 6
invokestatic okhttp3.internal.Util.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 23
22: iload 8
iconst_1
iadd
istore 7
23: StackMap locals:
StackMap stack:
iload 7
iconst_m1
if_icmpne 35
24: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
iconst_1
iadd
istore 10
start local 10 25: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
arraylength
istore 11
start local 11 26: goto 34
27: StackMap locals: int int
StackMap stack:
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
iload 10
aaload
getfield okhttp3.internal.http2.Header.name:Lokio/ByteString;
aload 5
invokestatic okhttp3.internal.Util.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 33
28: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTable:[Lokhttp3/internal/http2/Header;
iload 10
aaload
getfield okhttp3.internal.http2.Header.value:Lokio/ByteString;
aload 6
invokestatic okhttp3.internal.Util.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 31
29: iload 10
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
isub
getstatic okhttp3.internal.http2.Hpack.STATIC_HEADER_TABLE:[Lokhttp3/internal/http2/Header;
arraylength
iadd
istore 7
30: goto 35
31: StackMap locals:
StackMap stack:
iload 8
iconst_m1
if_icmpne 33
32: iload 10
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.nextHeaderIndex:I
isub
getstatic okhttp3.internal.http2.Hpack.STATIC_HEADER_TABLE:[Lokhttp3/internal/http2/Header;
arraylength
iadd
istore 8
33: StackMap locals:
StackMap stack:
iinc 10 1
StackMap locals:
StackMap stack:
34: iload 10
iload 11
if_icmplt 27
end local 11 end local 10 35: StackMap locals:
StackMap stack:
iload 7
iconst_m1
if_icmpeq 38
36: aload 0
iload 7
bipush 127
sipush 128
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeInt:(III)V
37: goto 51
StackMap locals:
StackMap stack:
38: iload 8
iconst_m1
if_icmpne 44
39: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.out:Lokio/Buffer;
bipush 64
invokevirtual okio.Buffer.writeByte:(I)Lokio/Buffer;
pop
40: aload 0
aload 5
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeByteString:(Lokio/ByteString;)V
41: aload 0
aload 6
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeByteString:(Lokio/ByteString;)V
42: aload 0
aload 4
invokevirtual okhttp3.internal.http2.Hpack$Writer.insertIntoDynamicTable:(Lokhttp3/internal/http2/Header;)V
43: goto 51
StackMap locals:
StackMap stack:
44: aload 5
getstatic okhttp3.internal.http2.Header.PSEUDO_PREFIX:Lokio/ByteString;
invokevirtual okio.ByteString.startsWith:(Lokio/ByteString;)Z
ifeq 48
getstatic okhttp3.internal.http2.Header.TARGET_AUTHORITY:Lokio/ByteString;
aload 5
invokevirtual okio.ByteString.equals:(Ljava/lang/Object;)Z
ifne 48
45: aload 0
iload 8
bipush 15
iconst_0
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeInt:(III)V
46: aload 0
aload 6
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeByteString:(Lokio/ByteString;)V
47: goto 51
48: StackMap locals:
StackMap stack:
aload 0
iload 8
bipush 63
bipush 64
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeInt:(III)V
49: aload 0
aload 6
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeByteString:(Lokio/ByteString;)V
50: aload 0
aload 4
invokevirtual okhttp3.internal.http2.Hpack$Writer.insertIntoDynamicTable:(Lokhttp3/internal/http2/Header;)V
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 51: StackMap locals: okhttp3.internal.http2.Hpack$Writer java.util.List int int
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
52: iload 2
iload 3
if_icmplt 9
end local 3 end local 2 53: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 54 0 this Lokhttp3/internal/http2/Hpack$Writer;
0 54 1 headerBlock Ljava/util/List<Lokhttp3/internal/http2/Header;>;
7 53 2 i I
8 53 3 size I
10 51 4 header Lokhttp3/internal/http2/Header;
11 51 5 name Lokio/ByteString;
12 51 6 value Lokio/ByteString;
13 51 7 headerIndex I
14 51 8 headerNameIndex I
15 51 9 staticIndex Ljava/lang/Integer;
25 35 10 j I
26 35 11 length I
Exceptions:
throws java.io.IOException
Signature: (Ljava/util/List<Lokhttp3/internal/http2/Header;>;)V
MethodParameters:
Name Flags
headerBlock
void writeInt(int, int, int);
descriptor: (III)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 1
iload 2
if_icmpge 3
1: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.out:Lokio/Buffer;
iload 3
iload 1
ior
invokevirtual okio.Buffer.writeByte:(I)Lokio/Buffer;
pop
2: return
3: StackMap locals:
StackMap stack:
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.out:Lokio/Buffer;
iload 3
iload 2
ior
invokevirtual okio.Buffer.writeByte:(I)Lokio/Buffer;
pop
4: iload 1
iload 2
isub
istore 1
5: goto 9
6: StackMap locals:
StackMap stack:
iload 1
bipush 127
iand
istore 4
start local 4 7: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.out:Lokio/Buffer;
iload 4
sipush 128
ior
invokevirtual okio.Buffer.writeByte:(I)Lokio/Buffer;
pop
8: iload 1
bipush 7
iushr
istore 1
end local 4 9: StackMap locals:
StackMap stack:
iload 1
sipush 128
if_icmpge 6
10: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.out:Lokio/Buffer;
iload 1
invokevirtual okio.Buffer.writeByte:(I)Lokio/Buffer;
pop
11: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lokhttp3/internal/http2/Hpack$Writer;
0 12 1 value I
0 12 2 prefixMask I
0 12 3 bits I
7 9 4 b I
MethodParameters:
Name Flags
value
prefixMask
bits
void writeByteString(okio.ByteString);
descriptor: (Lokio/ByteString;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.useCompression:Z
ifeq 7
invokestatic okhttp3.internal.http2.Huffman.get:()Lokhttp3/internal/http2/Huffman;
aload 1
invokevirtual okhttp3.internal.http2.Huffman.encodedLength:(Lokio/ByteString;)I
aload 1
invokevirtual okio.ByteString.size:()I
if_icmpge 7
1: new okio.Buffer
dup
invokespecial okio.Buffer.<init>:()V
astore 2
start local 2 2: invokestatic okhttp3.internal.http2.Huffman.get:()Lokhttp3/internal/http2/Huffman;
aload 1
aload 2
invokevirtual okhttp3.internal.http2.Huffman.encode:(Lokio/ByteString;Lokio/BufferedSink;)V
3: aload 2
invokevirtual okio.Buffer.readByteString:()Lokio/ByteString;
astore 3
start local 3 4: aload 0
aload 3
invokevirtual okio.ByteString.size:()I
bipush 127
sipush 128
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeInt:(III)V
5: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.out:Lokio/Buffer;
aload 3
invokevirtual okio.Buffer.write:(Lokio/ByteString;)Lokio/Buffer;
pop
end local 3 end local 2 6: goto 9
7: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual okio.ByteString.size:()I
bipush 127
iconst_0
invokevirtual okhttp3.internal.http2.Hpack$Writer.writeInt:(III)V
8: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.out:Lokio/Buffer;
aload 1
invokevirtual okio.Buffer.write:(Lokio/ByteString;)Lokio/Buffer;
pop
9: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lokhttp3/internal/http2/Hpack$Writer;
0 10 1 data Lokio/ByteString;
2 6 2 huffmanBuffer Lokio/Buffer;
4 6 3 huffmanBytes Lokio/ByteString;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
data
void (int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield okhttp3.internal.http2.Hpack$Writer.headerTableSizeSetting:I
1: iload 1
2: sipush 16384
3: invokestatic java.lang.Math.min:(II)I
istore 2
start local 2 4: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
iload 2
if_icmpne 5
return
5: StackMap locals: int
StackMap stack:
iload 2
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
if_icmpge 9
6: aload 0
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.smallestHeaderTableSizeSetting:I
7: iload 2
8: invokestatic java.lang.Math.min:(II)I
putfield okhttp3.internal.http2.Hpack$Writer.smallestHeaderTableSizeSetting:I
9: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield okhttp3.internal.http2.Hpack$Writer.emitDynamicTableSizeUpdate:Z
10: aload 0
iload 2
putfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
11: aload 0
invokevirtual okhttp3.internal.http2.Hpack$Writer.adjustDynamicTableByteCount:()V
12: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lokhttp3/internal/http2/Hpack$Writer;
0 13 1 headerTableSizeSetting I
4 13 2 effectiveHeaderTableSize I
MethodParameters:
Name Flags
headerTableSizeSetting
private void adjustDynamicTableByteCount();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTableByteCount:I
if_icmpge 5
1: aload 0
getfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
ifne 4
2: aload 0
invokevirtual okhttp3.internal.http2.Hpack$Writer.clearDynamicTable:()V
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.dynamicTableByteCount:I
aload 0
getfield okhttp3.internal.http2.Hpack$Writer.maxDynamicTableByteCount:I
isub
invokevirtual okhttp3.internal.http2.Hpack$Writer.evictToRecoverBytes:(I)I
pop
5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lokhttp3/internal/http2/Hpack$Writer;
}
SourceFile: "Hpack.java"
NestHost: okhttp3.internal.http2.Hpack
InnerClasses:
final Writer = okhttp3.internal.http2.Hpack$Writer of okhttp3.internal.http2.Hpack