|
void | Reset (void *next_return_tag) |
|
void | AddSendInitialMetadata (std::multimap< grpc::string, grpc::string > *metadata) |
|
void | AddSendInitialMetadata (ClientContext *ctx) |
|
void | AddRecvInitialMetadata (ClientContext *ctx) |
|
void | AddSendMessage (const grpc::protobuf::Message &message) |
|
void | AddSendMessage (const ByteBuffer &message) |
|
void | AddRecvMessage (grpc::protobuf::Message *message) |
|
void | AddRecvMessage (ByteBuffer *message) |
|
void | AddClientSendClose () |
|
void | AddClientRecvStatus (ClientContext *ctx, Status *status) |
|
void | AddServerSendStatus (std::multimap< grpc::string, grpc::string > *metadata, const Status &status) |
|
void | AddServerRecvClose (bool *cancelled) |
|
void | FillOps (grpc_op *ops, size_t *nops) |
|
bool | FinalizeResult (void **tag, bool *status) GRPC_OVERRIDE |
|
void | set_max_message_size (int max_message_size) |
|
The documentation for this class was generated from the following files:
- include/grpc++/impl/call.h
- src/cpp/common/call.cc