Module swim.http2
Package swim.hpack

Class HpackDecoder


  • public class HpackDecoder
    extends Object
    • Constructor Detail

      • HpackDecoder

        public HpackDecoder​(int capacity)
      • HpackDecoder

        public HpackDecoder()
    • Method Detail

      • size

        public int size()
      • capacity

        public int capacity()
      • setCapacity

        public void setCapacity​(int capacity)
      • maxDynamicTableSize

        public int maxDynamicTableSize()
      • setMaxDynamicTableSize

        public void setMaxDynamicTableSize​(int maxDynamicTableSize)
      • length

        public int length()
      • decodeBlock

        public swim.codec.Decoder<swim.collections.FingerTrieSeq<HpackHeader>> decodeBlock​(swim.codec.InputBuffer input)
      • blockDecoder

        public swim.codec.Decoder<swim.collections.FingerTrieSeq<HpackHeader>> blockDecoder()
      • decodeHeader

        public swim.codec.Decoder<HpackHeader> decodeHeader​(swim.codec.InputBuffer input)
      • headerDecoder

        public swim.codec.Decoder<HpackHeader> headerDecoder()