Uses of Class
org.apache.hc.core5.http2.hpack.HuffmanNode
Packages that use HuffmanNode
-
Uses of HuffmanNode in org.apache.hc.core5.http2.hpack
Fields in org.apache.hc.core5.http2.hpack declared as HuffmanNodeModifier and TypeFieldDescriptionprivate final HuffmanNode[]
HuffmanNode.children
private final HuffmanNode
HuffmanDecoder.root
Methods in org.apache.hc.core5.http2.hpack that return HuffmanNodeModifier and TypeMethodDescriptionprivate static HuffmanNode
HuffmanDecoder.buildTree
(int[] codes, byte[] lengths) HuffmanNode.getChild
(int index) Methods in org.apache.hc.core5.http2.hpack with parameters of type HuffmanNodeModifier and TypeMethodDescription(package private) void
HuffmanNode.setChild
(int index, HuffmanNode child)