#include <flow_control.h>
◆ StreamFlowControl()
◆ ~StreamFlowControl()
grpc_core::chttp2::StreamFlowControl::~StreamFlowControl |
( |
| ) |
|
|
inlineoverride |
◆ announced_window_delta()
int64_t grpc_core::chttp2::StreamFlowControl::announced_window_delta |
( |
| ) |
const |
|
inline |
◆ IncomingByteStreamUpdate()
void grpc_core::chttp2::StreamFlowControl::IncomingByteStreamUpdate |
( |
size_t |
max_size_hint, |
|
|
size_t |
have_already |
|
) |
| |
|
overridevirtual |
◆ local_window_delta()
int64_t grpc_core::chttp2::StreamFlowControl::local_window_delta |
( |
| ) |
const |
|
inline |
◆ MakeAction()
◆ MaybeSendUpdate()
uint32_t grpc_core::chttp2::StreamFlowControl::MaybeSendUpdate |
( |
| ) |
|
|
overridevirtual |
◆ RecvData()
grpc_error_handle grpc_core::chttp2::StreamFlowControl::RecvData |
( |
int64_t |
incoming_frame_size | ) |
|
|
overridevirtual |
◆ RecvUpdate()
void grpc_core::chttp2::StreamFlowControl::RecvUpdate |
( |
uint32_t |
size | ) |
|
|
inlineoverridevirtual |
◆ remote_window_delta()
int64_t grpc_core::chttp2::StreamFlowControl::remote_window_delta |
( |
| ) |
const |
|
inline |
◆ SentData()
void grpc_core::chttp2::StreamFlowControl::SentData |
( |
int64_t |
outgoing_frame_size | ) |
|
|
inlineoverridevirtual |
◆ stream()
◆ TestOnlyForceHugeWindow()
void grpc_core::chttp2::StreamFlowControl::TestOnlyForceHugeWindow |
( |
| ) |
|
|
inlineoverridevirtual |
◆ UpdateAction()
The documentation for this class was generated from the following files: