private static final class HpackHuffmanDecoder.Node
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
bits |
private HpackHuffmanDecoder.Node[] |
children |
private int |
symbol |
Constructor and Description |
---|
Node()
Construct an internal node
|
Node(int symbol,
int bits)
Construct a terminal node
|
Modifier and Type | Method and Description |
---|---|
private boolean |
isTerminal() |
private final int symbol
private final int bits
private final HpackHuffmanDecoder.Node[] children