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.childrenprivate final HuffmanNodeHuffmanDecoder.rootMethods in org.apache.hc.core5.http2.hpack that return HuffmanNodeModifier and TypeMethodDescriptionprivate static HuffmanNodeHuffmanDecoder.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) voidHuffmanNode.setChild(int index, HuffmanNode child)