proxygen
|
This is the complete list of members for proxygen::HPACKDecoder, including all inherited members.
completeDecode(HeaderCodec::Type type, HPACK::StreamingCallback *streamingCb, uint32_t compressedSize, uint32_t emittedSize) | proxygen::HPACKDecoderBase | protected |
decodeHeader(HPACKDecodeBuffer &dbuf, HPACK::StreamingCallback *streamingCb, headers_t *emitted) | proxygen::HPACKDecoder | private |
decodeIndexedHeader(HPACKDecodeBuffer &dbuf, HPACK::StreamingCallback *streamingCb, headers_t *emitted) | proxygen::HPACKDecoder | private |
decodeLiteralHeader(HPACKDecodeBuffer &dbuf, HPACK::StreamingCallback *streamingCb, headers_t *emitted) | proxygen::HPACKDecoder | private |
decodeStreaming(folly::io::Cursor &cursor, uint32_t totalBytes, HPACK::StreamingCallback *streamingCb) | proxygen::HPACKDecoder | |
describe(std::ostream &os) const | proxygen::HPACKContext | |
dynamicToGlobalIndex(uint32_t index) const | proxygen::HPACKContext | inlineprotected |
emit(const HPACKHeader &header, HPACK::StreamingCallback *streamingCb, headers_t *emitted) | proxygen::HPACKDecoderBase | protected |
err_ | proxygen::HPACKDecoderBase | protected |
getBytesStored() const | proxygen::HPACKContext | inline |
getError() const | proxygen::HPACKDecoderBase | inline |
getHeader(uint32_t index) | proxygen::HPACKContext | |
getHeadersStored() const | proxygen::HPACKContext | inline |
getIndex(const HPACKHeader &header) const | proxygen::HPACKContext | |
getStaticTable() const | proxygen::HPACKContext | inlineprotected |
getTable() const | proxygen::HPACKContext | inline |
getTableSize() const | proxygen::HPACKContext | inline |
globalToDynamicIndex(uint32_t index) const | proxygen::HPACKContext | inlineprotected |
globalToStaticIndex(uint32_t index) const | proxygen::HPACKContext | inlineprotected |
handleTableSizeUpdate(HPACKDecodeBuffer &dbuf, HeaderTable &table) | proxygen::HPACKDecoderBase | protected |
hasError() const | proxygen::HPACKDecoderBase | inline |
headers_t typedef | proxygen::HPACKDecoderBase | |
HPACKContext(uint32_t tableSize) | proxygen::HPACKContext | explicit |
HPACKDecoder(uint32_t tableSize=HPACK::kTableSize, uint32_t maxUncompressed=HeaderCodec::kMaxUncompressed) | proxygen::HPACKDecoder | inlineexplicit |
HPACKDecoderBase(uint32_t tableSize, uint32_t maxUncompressed) | proxygen::HPACKDecoderBase | inline |
isStatic(uint32_t index) const | proxygen::HPACKContext | |
isValid(uint32_t index) | proxygen::HPACKDecoder | private |
maxTableSize_ | proxygen::HPACKDecoderBase | protected |
maxUncompressed_ | proxygen::HPACKDecoderBase | protected |
nameIndex(const HPACKHeaderName &headerName) const | proxygen::HPACKContext | |
seedHeaderTable(std::vector< HPACKHeader > &headers) | proxygen::HPACKContext | |
setHeaderTableMaxSize(uint32_t maxSize) | proxygen::HPACKDecoderBase | inline |
setMaxUncompressed(uint64_t maxUncompressed) | proxygen::HPACKDecoderBase | inline |
staticToGlobalIndex(uint32_t index) const | proxygen::HPACKContext | inlineprotected |
table_ | proxygen::HPACKContext | protected |
~HPACKContext() | proxygen::HPACKContext | inline |