HpackEncoder

Constructors

this
this()
Undocumented in source.
this
this(int localMaxDynamicTableSize)
Undocumented in source.
this
this(int localMaxDynamicTableSize, int remoteMaxDynamicTableSize)
Undocumented in source.
this
this(int localMaxDynamicTableSize, int remoteMaxDynamicTableSize, int maxHeaderListSize)
Undocumented in source.

Members

Functions

encode
void encode(ByteBuffer buffer, HttpField field)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(ByteBuffer buffer, HttpMetaData metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeMaxDynamicTableSize
void encodeMaxDynamicTableSize(ByteBuffer buffer, int maxDynamicTableSize)
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.
getMaxHeaderListSize
int getMaxHeaderListSize()
Undocumented in source. Be warned that the author may not have intended to support it.
setLocalMaxDynamicTableSize
void setLocalMaxDynamicTableSize(int localMaxDynamicTableSize)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxHeaderListSize
void setMaxHeaderListSize(int maxHeaderListSize)
Undocumented in source. Be warned that the author may not have intended to support it.
setRemoteMaxDynamicTableSize
void setRemoteMaxDynamicTableSize(int remoteMaxDynamicTableSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

encodeValue
void encodeValue(ByteBuffer buffer, bool huffman, string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

__DO_NOT_HUFFMAN
enum HttpHeader[] __DO_NOT_HUFFMAN;
Undocumented in source.
__DO_NOT_INDEX
enum HttpHeader[] __DO_NOT_INDEX;
Undocumented in source.
__NEVER_INDEX
enum HttpHeader[] __NEVER_INDEX;
Undocumented in source.

Meta