final class io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor implements io.netty.util.ByteProcessor
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor
super_class: java.lang.Object
{
private final int initialCapacity;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private byte[] bytes;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private int index;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private io.netty.handler.codec.http2.HpackHuffmanDecoder$Node node;
descriptor: Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
flags: (0x0002) ACC_PRIVATE
private int current;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int currentBits;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int symbolBits;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
ldc "initialCapacity"
invokestatic io.netty.util.internal.ObjectUtil.checkPositive:(ILjava/lang/String;)I
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.initialCapacity:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;
0 3 1 initialCapacity I
MethodParameters:
Name Flags
initialCapacity
void reset();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.ROOT:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
1: aload 0
iconst_0
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
2: aload 0
iconst_0
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
3: aload 0
iconst_0
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
4: aload 0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.initialCapacity:I
newarray 8
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
5: aload 0
iconst_0
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;
public boolean process(byte);
descriptor: (B)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
bipush 8
ishl
iload 1
sipush 255
iand
ior
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
1: aload 0
dup
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
bipush 8
iadd
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
2: aload 0
dup
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
bipush 8
iadd
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
3: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.children:[Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
bipush 8
isub
iushr
sipush 255
iand
aaload
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
4: aload 0
dup
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
isub
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
5: aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
invokevirtual io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.isTerminal:()Z
ifeq 11
6: aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
sipush 256
if_icmpne 8
7: getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.EOS_DECODED:Lio/netty/handler/codec/http2/Http2Exception;
athrow
8: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
invokevirtual io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.append:(I)V
9: aload 0
getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.ROOT:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
10: aload 0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
11: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
bipush 8
12: if_icmpge 3
13: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;
0 14 1 value B
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
value
io.netty.util.AsciiString end();
descriptor: ()Lio/netty/util/AsciiString;
flags: (0x0000)
Code:
stack=6, locals=2, args_size=1
start local 0 0: goto 9
1: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.children:[Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
bipush 8
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
isub
ishl
sipush 255
iand
aaload
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
2: aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
invokevirtual io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.isTerminal:()Z
ifeq 10
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
if_icmpgt 10
3: aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
sipush 256
if_icmpne 5
4: getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.EOS_DECODED:Lio/netty/handler/codec/http2/Http2Exception;
athrow
5: StackMap locals:
StackMap stack:
aload 0
dup
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
isub
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
6: aload 0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
invokevirtual io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.append:(I)V
7: aload 0
getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.ROOT:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.node:Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
8: aload 0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
9: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.currentBits:I
ifgt 1
10: StackMap locals:
StackMap stack:
iconst_1
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
ishl
iconst_1
isub
istore 1
start local 1 11: aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.symbolBits:I
bipush 7
if_icmpgt 12
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.current:I
iload 1
iand
iload 1
if_icmpeq 13
12: StackMap locals: int
StackMap stack:
getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder.INVALID_PADDING:Lio/netty/handler/codec/http2/Http2Exception;
athrow
13: StackMap locals:
StackMap stack:
new io.netty.util.AsciiString
dup
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
iconst_0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
iconst_0
invokespecial io.netty.util.AsciiString.<init>:([BIIZ)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;
11 14 1 mask I
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
private void append(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
arraylength
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
if_icmpne 7
1: aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
arraylength
sipush 1024
if_icmplt 2
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
arraylength
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.initialCapacity:I
iadd
goto 3
StackMap locals:
StackMap stack:
2: aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
arraylength
iconst_1
ishl
StackMap locals:
StackMap stack: int
3: istore 2
start local 2 4: iload 2
newarray 8
astore 3
start local 3 5: aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
iconst_0
aload 3
iconst_0
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
6: aload 0
aload 3
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
end local 3 end local 2 7: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.bytes:[B
aload 0
dup
getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
dup_x1
iconst_1
iadd
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor.index:I
iload 1
i2b
bastore
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/codec/http2/HpackHuffmanDecoder$DecoderProcessor;
0 9 1 i I
4 7 2 newLength I
5 7 3 newBytes [B
MethodParameters:
Name Flags
i
}
SourceFile: "HpackHuffmanDecoder.java"
NestHost: io.netty.handler.codec.http2.HpackHuffmanDecoder
InnerClasses:
private final DecoderProcessor = io.netty.handler.codec.http2.HpackHuffmanDecoder$DecoderProcessor of io.netty.handler.codec.http2.HpackHuffmanDecoder
private final Node = io.netty.handler.codec.http2.HpackHuffmanDecoder$Node of io.netty.handler.codec.http2.HpackHuffmanDecoder