GRPC C++
1.39.1
|
Represents call data. More...
#include <channel_filter.h>
Public Member Functions | |
CallData () | |
virtual | ~CallData () |
virtual grpc_error_handle | Init (grpc_call_element *, const grpc_call_element_args *) |
Initializes the call data. More... | |
virtual void | Destroy (grpc_call_element *, const grpc_call_final_info *, grpc_closure *) |
virtual void | StartTransportStreamOpBatch (grpc_call_element *elem, TransportStreamOpBatch *op) |
Starts a new stream operation. More... | |
virtual void | SetPollsetOrPollsetSet (grpc_call_element *elem, grpc_polling_entity *pollent) |
Sets a pollset or pollset set. More... | |
Represents call data.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Initializes the call data.
|
virtual |
Sets a pollset or pollset set.
|
virtual |
Starts a new stream operation.