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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.jetty.http.HttpField.LongValueHttpField CONTENT_LENGTH_0  
      static org.eclipse.jetty.util.log.Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      HpackDecoder​(int localMaxDynamicTableSize, int maxHeaderSize)  
    • 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