Package org.apache.hc.core5.http2.hpack
HTTP/2 HPACK APIs.
This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)
-
Interface Summary Interface Description HPackEntry -
Class Summary Class Description FifoBuffer FifoLinkedList HPackDecoder HPACK decoder.HPackEncoder HPACK encoder.HPackHeader Internal HPack header representation that also contains binary length of header name and header value.Huffman This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)HuffmanDecoder This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)HuffmanEncoder This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)HuffmanNode This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)InboundDynamicTable OutboundDynamicTable StaticTable StaticTable.InternalEntry -
Enum Summary Enum Description HPackRepresentation -
Exception Summary Exception Description HeaderListConstraintException Signals a header list constraint violation.HPackException Signals HPACK protocol violation.