Represents call data. More...
#include <channel_filter.h>
Public Member Functions | |
CallData () | |
virtual void | Destroy (grpc_call_element *, const grpc_call_final_info *, grpc_closure *) |
virtual grpc_error_handle | Init (grpc_call_element *, const grpc_call_element_args *) |
Initializes the call data. More... | |
virtual void | SetPollsetOrPollsetSet (grpc_call_element *elem, grpc_polling_entity *pollent) |
Sets a pollset or pollset set. More... | |
virtual void | StartTransportStreamOpBatch (grpc_call_element *elem, TransportStreamOpBatch *op) |
Starts a new stream operation. More... | |
virtual | ~CallData () |
Represents call data.
Definition at line 224 of file common/channel_filter.h.
|
inline |
Definition at line 226 of file common/channel_filter.h.
|
inlinevirtual |
Definition at line 227 of file common/channel_filter.h.
|
inlinevirtual |
Reimplemented in grpc::CensusServerCallData.
Definition at line 238 of file common/channel_filter.h.
|
inlinevirtual |
Initializes the call data.
Reimplemented in grpc::CensusServerCallData, grpc::testing::MyCallData, and grpc::CensusClientCallData.
Definition at line 232 of file common/channel_filter.h.
|
virtual |
Sets a pollset or pollset set.
Definition at line 66 of file common/channel_filter.cc.
|
virtual |
Starts a new stream operation.
Reimplemented in grpc::CensusServerCallData, and grpc::CensusClientCallData.
Definition at line 61 of file common/channel_filter.cc.