Class HpackContext


  • public class HpackContext
    extends java.lang.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 Detail

      • LOG

        public static final Logger LOG
      • STATIC_TABLE

        public static final java.lang.String[][] STATIC_TABLE
      • STATIC_SIZE

        public static final int STATIC_SIZE
      • DEFAULT_MAX_TABLE_CAPACITY

        public static final int DEFAULT_MAX_TABLE_CAPACITY
        See Also:
        Constant Field Values