#include <flow_control.h>
◆ StreamFlowControlBase()
grpc_core::chttp2::StreamFlowControlBase::StreamFlowControlBase |
( |
| ) |
|
|
inline |
◆ ~StreamFlowControlBase()
virtual grpc_core::chttp2::StreamFlowControlBase::~StreamFlowControlBase |
( |
| ) |
|
|
inlinevirtual |
◆ announced_window_delta()
int64_t grpc_core::chttp2::StreamFlowControlBase::announced_window_delta |
( |
| ) |
|
|
inline |
◆ IncomingByteStreamUpdate()
virtual void grpc_core::chttp2::StreamFlowControlBase::IncomingByteStreamUpdate |
( |
size_t |
, |
|
|
size_t |
|
|
) |
| |
|
inlinevirtual |
◆ local_window_delta()
int64_t grpc_core::chttp2::StreamFlowControlBase::local_window_delta |
( |
| ) |
|
|
inline |
◆ MakeAction()
◆ MaybeSendUpdate()
virtual uint32_t grpc_core::chttp2::StreamFlowControlBase::MaybeSendUpdate |
( |
| ) |
|
|
pure virtual |
◆ RecvData()
virtual grpc_error_handle grpc_core::chttp2::StreamFlowControlBase::RecvData |
( |
int64_t |
| ) |
|
|
pure virtual |
◆ RecvUpdate()
virtual void grpc_core::chttp2::StreamFlowControlBase::RecvUpdate |
( |
uint32_t |
| ) |
|
|
pure virtual |
◆ remote_window_delta()
int64_t grpc_core::chttp2::StreamFlowControlBase::remote_window_delta |
( |
| ) |
|
|
inline |
◆ SentData()
virtual void grpc_core::chttp2::StreamFlowControlBase::SentData |
( |
int64_t |
| ) |
|
|
pure virtual |
◆ TestOnlyForceHugeWindow()
virtual void grpc_core::chttp2::StreamFlowControlBase::TestOnlyForceHugeWindow |
( |
| ) |
|
|
inlinevirtual |
◆ UpdateAction()
◆ ::grpc::testing::TrickledCHTTP2
friend class ::grpc::testing::TrickledCHTTP2 |
|
friend |
◆ announced_window_delta_
int64_t grpc_core::chttp2::StreamFlowControlBase::announced_window_delta_ = 0 |
|
protected |
◆ local_window_delta_
int64_t grpc_core::chttp2::StreamFlowControlBase::local_window_delta_ = 0 |
|
protected |
◆ remote_window_delta_
int64_t grpc_core::chttp2::StreamFlowControlBase::remote_window_delta_ = 0 |
|
protected |
The documentation for this class was generated from the following file: