Copyright 2017 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
gfe/http2/hpack/decoder
These are the most popular C++ files defined in this directory.
[hpack_block_decoder.h] (http://google3/gfe/http2/hpack/decoder/hpack_block_decoder.h) (1 imports): HpackBlockDecoder decodes an entire HPACK block (or the available portion thereof in the DecodeBuffer) into entries, but doesn't include HPACK static or dynamic table support, so table indices remain indices at this level.
[hpack_string_decoder.h] (http://google3/gfe/http2/hpack/decoder/hpack_string_decoder.h) (zero imports): HpackStringDecoder decodes strings encoded per the HPACK spec; this does not mean decompressing Huffman encoded strings, just identifying the length, encoding and contents for a listener.
[hpack_block_collector.h] (http://google3/gfe/http2/hpack/decoder/hpack_block_collector.h) (zero imports): HpackBlockCollector implements HpackEntryDecoderListener in order to record the calls using HpackEntryCollector instances (one per HPACK entry).