Interface | Description |
---|---|
BinaryRepresentation | |
EncodingStrategy |
Interchangeable algorithm of encoding.
|
Class | Description |
---|---|
BinaryPrimitives | |
Decoder | |
DefaultEncoding |
Arguably a good balance between complexity of implementation and
efficiency of encoding.
|
Encoder |
Place where
hpack.EncodingStrategy meets the encoding state. |
HeaderField | |
HeaderField.DynamicHeaderField | |
HeaderFieldTable |
Header field table, includes static and dynamic parts.
|
HeaderFieldTable.DecTable |
Decoding
HeaderField table, that contains index -> HeaderField mapping. |
HeaderFieldTable.EncTable |
Encoding
HeaderField table, that extends decoding table HeaderFieldTable.DecTable
by maintaining additional HeaderField -> index mapping. |
Hpack | |
HuffmanCoding | |
Indexed | |
Literal | |
LiteralNeverIndexed | |
LiteralWithIndexing | |
ObjectHolder<T> | |
SizeUpdate |
Copyright © 2018 Oracle Corporation. All rights reserved.