Module bus.http

Class Huffman

java.lang.Object
org.miaixz.bus.http.metric.http.Huffman

public class Huffman extends Object
This class was originally composed of the following classes from Twitter Hpack.
  • com.twitter.hpack.HuffmanEncoder
  • com.twitter.hpack.HuffmanDecoder
  • com.twitter.hpack.HpackUtil
Since:
Java 17+
Author:
Kimi Liu
  • Method Details

    • get

      public static Huffman get()
      Gets the singleton instance of the Huffman codec.
      Returns:
      The Huffman codec instance.