| Package | Description |
|---|---|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
| Modifier and Type | Field and Description |
|---|---|
private HpackHuffmanDecoder.Node[] |
HpackHuffmanDecoder.Node.children |
private HpackHuffmanDecoder.Node |
HpackHuffmanDecoder.DecoderProcessor.node |
private static HpackHuffmanDecoder.Node |
HpackHuffmanDecoder.ROOT |
| Modifier and Type | Method and Description |
|---|---|
private static HpackHuffmanDecoder.Node |
HpackHuffmanDecoder.buildTree(int[] codes,
byte[] lengths) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
HpackHuffmanDecoder.insert(HpackHuffmanDecoder.Node root,
int symbol,
int code,
byte length) |