Class HuffmanEncoder

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

public class HuffmanEncoder extends Object

Used to encode strings Huffman encoding.

Characters are encoded with ISO-8859-1, if any multi-byte characters or control characters are present the encoder will throw EncodingException.