HpackDecoder

Hpack Decoder <p> This is not thread safe and may only be called by 1 thread at a time. </p>

Constructors

this
this(int localMaxDynamicTableSize, int maxHeaderSize)

@param localMaxDynamicTableSize The maximum allowed size of the local dynamic header field table. @param maxHeaderSize The maximum allowed size of a headers block, expressed as total of all name and value characters, plus 32 per field

Members

Functions

decode
HttpMetaData decode(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
getHpackContext
HpackContext getHpackContext()
Undocumented in source. Be warned that the author may not have intended to support it.
setLocalMaxDynamicTableSize
void setLocalMaxDynamicTableSize(int localMaxdynamciTableSize)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

toASCIIString
string toASCIIString(ByteBuffer buffer, int length)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

CONTENT_LENGTH_0
HttpField.LongValueHttpField CONTENT_LENGTH_0;
Undocumented in source.

Meta