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. children
private HuffmanNode
HuffmanDecoder. root
Methods in org.apache.hc.core5.http2.hpack that return HuffmanNode Modifier and Type Method Description private static HuffmanNode
HuffmanDecoder. buildTree(int[] codes, byte[] lengths)
HuffmanNode
HuffmanNode. getChild(int index)
Methods in org.apache.hc.core5.http2.hpack with parameters of type HuffmanNode Modifier and Type Method Description (package private) void
HuffmanNode. setChild(int index, HuffmanNode child)
-