Class HpackDecoder


  • public class HpackDecoder
    extends Object
    Hpack Decoder

    This is not thread safe and may only be called by 1 thread at a time.

    • Field Detail

      • LOG

        public static final org.eclipse.jetty.util.log.Logger LOG
      • CONTENT_LENGTH_0

        public static final org.eclipse.jetty.http.HttpField.LongValueHttpField CONTENT_LENGTH_0
    • Constructor Detail

      • HpackDecoder

        public HpackDecoder​(int localMaxDynamicTableSize,
                            int maxHeaderSize)
        Parameters:
        localMaxDynamicTableSize - The maximum allowed size of the local dynamic header field table.
        maxHeaderSize - The maximum allowed size of a headers block, expressed as total of all name and value characters, plus 32 per field