Uses of Package
org.apache.hc.core5.http2.hpack
-
Packages that use org.apache.hc.core5.http2.hpack Package Description org.apache.hc.core5.http2.hpack HTTP/2 HPACK APIs.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
Classes in org.apache.hc.core5.http2.hpack used by org.apache.hc.core5.http2.hpack Class Description FifoBuffer FifoLinkedList FifoLinkedList.InternalNode HPackEntry HPackException Signals HPACK protocol violation.HPackHeader Internal HPack header representation that also contains binary length of header name and header value.HPackRepresentation 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 -
Classes in org.apache.hc.core5.http2.hpack used by org.apache.hc.core5.http2.impl.nio Class Description HPackDecoder HPACK decoder.HPackEncoder HPACK encoder.