Class HPackDecoder


  • @Internal
    public final class HPackDecoder
    extends java.lang.Object
    HPACK decoder.
    Since:
    5.0
    • Field Detail

      • MAX_LIMIT_EXCEEDED

        private static final java.lang.String MAX_LIMIT_EXCEEDED
        See Also:
        Constant Field Values
      • charsetDecoder

        private final java.nio.charset.CharsetDecoder charsetDecoder
      • tmpBuf

        private java.nio.CharBuffer tmpBuf
      • maxTableSize

        private int maxTableSize
      • maxListSize

        private int maxListSize
    • Constructor Detail

      • HPackDecoder

        HPackDecoder​(InboundDynamicTable dynamicTable,
                     java.nio.charset.CharsetDecoder charsetDecoder)
      • HPackDecoder

        HPackDecoder​(InboundDynamicTable dynamicTable,
                     java.nio.charset.Charset charset)
      • HPackDecoder

        public HPackDecoder​(java.nio.charset.Charset charset)
      • HPackDecoder

        public HPackDecoder​(java.nio.charset.CharsetDecoder charsetDecoder)