#include <flow_control.h>
Definition at line 71 of file flow_control.h.
◆ Urgency
Enumerator |
---|
NO_ACTION_NEEDED | |
UPDATE_IMMEDIATELY | |
QUEUE_UPDATE | |
Definition at line 73 of file flow_control.h.
◆ AssertEmpty()
void grpc_core::chttp2::FlowControlAction::AssertEmpty |
( |
| ) |
|
|
inline |
◆ DebugString()
std::string grpc_core::chttp2::FlowControlAction::DebugString |
( |
| ) |
const |
◆ initial_window_size()
uint32_t grpc_core::chttp2::FlowControlAction::initial_window_size |
( |
| ) |
const |
|
inline |
◆ max_frame_size()
uint32_t grpc_core::chttp2::FlowControlAction::max_frame_size |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ send_initial_window_update()
Urgency grpc_core::chttp2::FlowControlAction::send_initial_window_update |
( |
| ) |
const |
|
inline |
◆ send_max_frame_size_update()
Urgency grpc_core::chttp2::FlowControlAction::send_max_frame_size_update |
( |
| ) |
const |
|
inline |
◆ send_stream_update()
Urgency grpc_core::chttp2::FlowControlAction::send_stream_update |
( |
| ) |
const |
|
inline |
◆ send_transport_update()
Urgency grpc_core::chttp2::FlowControlAction::send_transport_update |
( |
| ) |
const |
|
inline |
◆ set_send_initial_window_update()
◆ set_send_max_frame_size_update()
◆ set_send_stream_update()
◆ set_send_transport_update()
◆ UrgencyString()
const char * grpc_core::chttp2::FlowControlAction::UrgencyString |
( |
Urgency |
u | ) |
|
|
static |
◆ initial_window_size_
uint32_t grpc_core::chttp2::FlowControlAction::initial_window_size_ = 0 |
|
private |
◆ max_frame_size_
uint32_t grpc_core::chttp2::FlowControlAction::max_frame_size_ = 0 |
|
private |
◆ send_initial_window_update_
◆ send_max_frame_size_update_
◆ send_stream_update_
◆ send_transport_update_
The documentation for this class was generated from the following files: