#include <flow_control.h>
◆ TransportFlowControl()
grpc_core::chttp2::TransportFlowControl::TransportFlowControl |
( |
const grpc_chttp2_transport * |
t, |
|
|
bool |
enable_bdp_probe |
|
) |
| |
◆ ~TransportFlowControl()
grpc_core::chttp2::TransportFlowControl::~TransportFlowControl |
( |
| ) |
|
|
inline |
◆ bdp_estimator()
BdpEstimator* grpc_core::chttp2::TransportFlowControl::bdp_estimator |
( |
| ) |
|
|
inlineoverridevirtual |
◆ bdp_probe()
bool grpc_core::chttp2::TransportFlowControl::bdp_probe |
( |
| ) |
const |
|
inline |
◆ CommitRecvData()
void grpc_core::chttp2::TransportFlowControl::CommitRecvData |
( |
int64_t |
incoming_frame_size | ) |
|
|
inline |
◆ flow_control_enabled()
bool grpc_core::chttp2::TransportFlowControl::flow_control_enabled |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ MakeAction()
◆ MaybeSendUpdate()
uint32_t grpc_core::chttp2::TransportFlowControl::MaybeSendUpdate |
( |
bool |
writing_anyway | ) |
|
|
overridevirtual |
◆ PeriodicUpdate()
◆ PostUpdateAnnouncedWindowOverIncomingWindow()
void grpc_core::chttp2::TransportFlowControl::PostUpdateAnnouncedWindowOverIncomingWindow |
( |
int64_t |
delta | ) |
|
|
inline |
◆ PreUpdateAnnouncedWindowOverIncomingWindow()
void grpc_core::chttp2::TransportFlowControl::PreUpdateAnnouncedWindowOverIncomingWindow |
( |
int64_t |
delta | ) |
|
|
inline |
◆ RecvData()
grpc_error* grpc_core::chttp2::TransportFlowControl::RecvData |
( |
int64_t |
incoming_frame_size | ) |
|
|
inlineoverridevirtual |
◆ RecvUpdate()
void grpc_core::chttp2::TransportFlowControl::RecvUpdate |
( |
uint32_t |
size | ) |
|
|
inlineoverridevirtual |
◆ StreamSentData()
void grpc_core::chttp2::TransportFlowControl::StreamSentData |
( |
int64_t |
size | ) |
|
|
inlineoverridevirtual |
◆ target_window()
int64_t grpc_core::chttp2::TransportFlowControl::target_window |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ TestOnlyForceHugeWindow()
void grpc_core::chttp2::TransportFlowControl::TestOnlyForceHugeWindow |
( |
| ) |
|
|
inlineoverridevirtual |
◆ transport()
◆ ValidateRecvData()
grpc_error * grpc_core::chttp2::TransportFlowControl::ValidateRecvData |
( |
int64_t |
incoming_frame_size | ) |
|
The documentation for this class was generated from the following files: