Class HpackContext

java.lang.Object
org.eclipse.jetty.http2.hpack.HpackContext

public class HpackContext extends Object
HPACK - Header Compression for HTTP/2

This class maintains the compression context for a single HTTP/2 connection. Specifically it holds the static and dynamic Header Field Tables and the associated sizes and limits.

It is compliant with draft 11 of the specification

  • Field Details

    • LOG

      public static final org.slf4j.Logger LOG
    • STATIC_TABLE

      public static final String[][] STATIC_TABLE
    • STATIC_SIZE

      public static final int STATIC_SIZE
  • Method Details