Uses of Class
org.apache.hc.core5.http2.hpack.HuffmanNode
-
Packages that use HuffmanNode Package Description org.apache.hc.core5.http2.hpack HTTP/2 HPACK APIs. -
-
Uses of HuffmanNode in org.apache.hc.core5.http2.hpack
Fields in org.apache.hc.core5.http2.hpack declared as HuffmanNode Modifier and Type Field Description private HuffmanNode[]HuffmanNode. childrenprivate HuffmanNodeHuffmanDecoder. rootMethods in org.apache.hc.core5.http2.hpack that return HuffmanNode Modifier and Type Method Description private static HuffmanNodeHuffmanDecoder. buildTree(int[] codes, byte[] lengths)HuffmanNodeHuffmanNode. getChild(int index)Methods in org.apache.hc.core5.http2.hpack with parameters of type HuffmanNode Modifier and Type Method Description (package private) voidHuffmanNode. setChild(int index, HuffmanNode child)
-