Class Huffman

java.lang.Object
org.eclipse.jetty.http.compression.Huffman

public class Huffman extends Object
This class contains the Huffman Codes defined in RFC7541.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final int[][]
     
    (package private) static final char
     
    (package private) static final int[][]
     
    (package private) static final byte[]
     
    (package private) static final char[]
     
    (package private) static final char[]
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CODES

      static final int[][] CODES
    • LCCODES

      static final int[][] LCCODES
    • EOS

      static final char EOS
      See Also:
    • tree

      static final char[] tree
    • rowsym

      static final char[] rowsym
    • rowbits

      static final byte[] rowbits
  • Constructor Details

    • Huffman

      private Huffman()