Class HpackDecoder


  • public class HpackDecoder
    extends java.lang.Object
    Hpack Decoder

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

    • 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