java.lang.Object
swim.hpack.HpackDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionswim.codec.Decoder<swim.collections.FingerTrieSeq<HpackHeader>>intcapacity()clone()swim.codec.Decoder<swim.collections.FingerTrieSeq<HpackHeader>>decodeBlock(swim.codec.InputBuffer input) swim.codec.Decoder<HpackHeader>decodeHeader(swim.codec.InputBuffer input) get(int index) swim.codec.Decoder<HpackHeader>intlength()intvoidsetCapacity(int capacity) voidsetMaxDynamicTableSize(int maxDynamicTableSize) intsize()
-
Constructor Details
-
HpackDecoder
public HpackDecoder(int capacity) -
HpackDecoder
public HpackDecoder()
-
-
Method Details
-
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() -
get
-
decodeBlock
public swim.codec.Decoder<swim.collections.FingerTrieSeq<HpackHeader>> decodeBlock(swim.codec.InputBuffer input) -
blockDecoder
-
decodeHeader
-
headerDecoder
-
clone
-