GRPC Core  9.0.0
Public Member Functions | Data Fields
grpc_chttp2_data_parser Struct Reference

#include <frame_data.h>

Public Member Functions

 grpc_chttp2_data_parser ()=default
 
 ~grpc_chttp2_data_parser ()
 

Data Fields

grpc_chttp2_stream_state state = GRPC_CHTTP2_DATA_FH_0
 
uint8_t frame_type = 0
 
uint32_t frame_size = 0
 
grpc_errorerror = GRPC_ERROR_NONE
 
bool is_frame_compressed = false
 
grpc_core::Chttp2IncomingByteStreamparsing_frame = nullptr
 

Constructor & Destructor Documentation

◆ grpc_chttp2_data_parser()

grpc_chttp2_data_parser::grpc_chttp2_data_parser ( )
default

◆ ~grpc_chttp2_data_parser()

grpc_chttp2_data_parser::~grpc_chttp2_data_parser ( )

Field Documentation

◆ error

grpc_error* grpc_chttp2_data_parser::error = GRPC_ERROR_NONE

◆ frame_size

uint32_t grpc_chttp2_data_parser::frame_size = 0

◆ frame_type

uint8_t grpc_chttp2_data_parser::frame_type = 0

◆ is_frame_compressed

bool grpc_chttp2_data_parser::is_frame_compressed = false

◆ parsing_frame

grpc_core::Chttp2IncomingByteStream* grpc_chttp2_data_parser::parsing_frame = nullptr

◆ state

grpc_chttp2_stream_state grpc_chttp2_data_parser::state = GRPC_CHTTP2_DATA_FH_0

The documentation for this struct was generated from the following files: