#include <hpack_encoder.h>
Definition at line 51 of file hpack_encoder.h.
◆ HPackCompressor()
grpc_core::HPackCompressor::HPackCompressor |
( |
| ) |
|
|
default |
◆ ~HPackCompressor()
grpc_core::HPackCompressor::~HPackCompressor |
( |
| ) |
|
|
default |
◆ EncodeHeaders()
template<typename HeaderSet >
◆ SetMaxTableSize()
void grpc_core::HPackCompressor::SetMaxTableSize |
( |
uint32_t |
max_table_size | ) |
|
◆ SetMaxUsableSize()
void grpc_core::HPackCompressor::SetMaxUsableSize |
( |
uint32_t |
max_table_size | ) |
|
◆ test_only_table_size()
uint32_t grpc_core::HPackCompressor::test_only_table_size |
( |
| ) |
const |
|
inline |
◆ advertise_table_size_change_
bool grpc_core::HPackCompressor::advertise_table_size_change_ = false |
|
private |
◆ authority_index_
SliceIndex grpc_core::HPackCompressor::authority_index_ |
|
private |
◆ cached_grpc_encoding_
◆ cached_grpc_status_
◆ content_type_index_
uint32_t grpc_core::HPackCompressor::content_type_index_ = 0 |
|
private |
◆ grpc_accept_encoding_
◆ grpc_accept_encoding_index_
uint32_t grpc_core::HPackCompressor::grpc_accept_encoding_index_ = 0 |
|
private |
◆ grpc_tags_bin_index_
uint32_t grpc_core::HPackCompressor::grpc_tags_bin_index_ = 0 |
|
private |
◆ grpc_trace_bin_index_
uint32_t grpc_core::HPackCompressor::grpc_trace_bin_index_ = 0 |
|
private |
◆ kMaxTableSize
constexpr uint32_t grpc_core::HPackCompressor::kMaxTableSize = 1024 * 1024 |
|
staticconstexpr |
◆ kNumCachedGrpcStatusValues
constexpr uint32_t grpc_core::HPackCompressor::kNumCachedGrpcStatusValues = 16 |
|
staticconstexprprivate |
◆ kNumFilterValues
constexpr size_t grpc_core::HPackCompressor::kNumFilterValues = 64 |
|
staticconstexprprivate |
◆ max_usable_size_
◆ path_index_
SliceIndex grpc_core::HPackCompressor::path_index_ |
|
private |
◆ previous_timeouts_
std::vector<PreviousTimeout> grpc_core::HPackCompressor::previous_timeouts_ |
|
private |
◆ table_
◆ te_index_
uint32_t grpc_core::HPackCompressor::te_index_ = 0 |
|
private |
◆ user_agent_
Slice grpc_core::HPackCompressor::user_agent_ |
|
private |
◆ user_agent_index_
uint32_t grpc_core::HPackCompressor::user_agent_index_ = 0 |
|
private |
The documentation for this class was generated from the following files: