#include <flow_control.h>
Definition at line 293 of file flow_control.h.
◆ StreamFlowControl()
◆ ~StreamFlowControl()
grpc_core::chttp2::StreamFlowControl::~StreamFlowControl |
( |
| ) |
|
|
inline |
◆ announced_window_delta()
int64_t grpc_core::chttp2::StreamFlowControl::announced_window_delta |
( |
| ) |
const |
|
inline |
◆ DesiredAnnounceSize()
uint32_t grpc_core::chttp2::StreamFlowControl::DesiredAnnounceSize |
( |
| ) |
const |
|
private |
◆ MaybeSendUpdate()
uint32_t grpc_core::chttp2::StreamFlowControl::MaybeSendUpdate |
( |
| ) |
|
◆ min_progress_size()
uint32_t grpc_core::chttp2::StreamFlowControl::min_progress_size |
( |
| ) |
const |
|
inline |
◆ remote_window_delta()
int64_t grpc_core::chttp2::StreamFlowControl::remote_window_delta |
( |
| ) |
const |
|
inline |
◆ UpdateAction()
◆ announced_window_delta_
int64_t grpc_core::chttp2::StreamFlowControl::announced_window_delta_ = 0 |
|
private |
◆ min_progress_size_
int64_t grpc_core::chttp2::StreamFlowControl::min_progress_size_ = 0 |
|
private |
◆ pending_size_
◆ remote_window_delta_
int64_t grpc_core::chttp2::StreamFlowControl::remote_window_delta_ = 0 |
|
private |
◆ tfc_
The documentation for this class was generated from the following files: