#include <hpack_parser.h>
Definition at line 40 of file hpack_parser.h.
◆ Boundary
| Enumerator |
|---|
| None | |
| EndOfHeaders | |
| EndOfStream | |
Definition at line 43 of file hpack_parser.h.
◆ Priority
◆ HPackParser() [1/2]
| grpc_core::HPackParser::HPackParser |
( |
| ) |
|
|
default |
◆ ~HPackParser()
| grpc_core::HPackParser::~HPackParser |
( |
| ) |
|
|
default |
◆ HPackParser() [2/2]
◆ BeginFrame()
◆ FinishFrame()
| void grpc_core::HPackParser::FinishFrame |
( |
| ) |
|
◆ hpack_table()
| HPackTable* grpc_core::HPackParser::hpack_table |
( |
| ) |
|
|
inline |
◆ is_boundary()
| bool grpc_core::HPackParser::is_boundary |
( |
| ) |
const |
|
inline |
◆ is_eof()
| bool grpc_core::HPackParser::is_eof |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ Parse()
◆ ParseInput()
◆ ParseInputInner()
| bool grpc_core::HPackParser::ParseInputInner |
( |
Input * |
input | ) |
|
|
private |
◆ StopBufferingFrame()
| void grpc_core::HPackParser::StopBufferingFrame |
( |
| ) |
|
|
inline |
◆ boundary_
| Boundary grpc_core::HPackParser::boundary_ |
|
private |
◆ dynamic_table_updates_allowed_
| uint8_t grpc_core::HPackParser::dynamic_table_updates_allowed_ |
|
private |
◆ frame_length_
| uint32_t grpc_core::HPackParser::frame_length_ |
|
private |
◆ log_info_
| LogInfo grpc_core::HPackParser::log_info_ |
|
private |
◆ metadata_buffer_
◆ metadata_size_limit_
| uint32_t grpc_core::HPackParser::metadata_size_limit_ |
|
private |
◆ priority_
| Priority grpc_core::HPackParser::priority_ |
|
private |
◆ table_
◆ unparsed_bytes_
| std::vector<uint8_t> grpc_core::HPackParser::unparsed_bytes_ |
|
private |
The documentation for this class was generated from the following files: