|
GRPC C++
0.10.0.0
|
#include <client_context.h>
Public Member Functions | |
| ClientContext () | |
| ~ClientContext () | |
| void | AddMetadata (const grpc::string &meta_key, const grpc::string &meta_value) |
| const std::multimap < grpc::string, grpc::string > & | GetServerInitialMetadata () |
| const std::multimap < grpc::string, grpc::string > & | GetServerTrailingMetadata () |
| template<typename T > | |
| void | set_deadline (const T &deadline) |
| std::chrono::system_clock::time_point | deadline () |
| gpr_timespec | raw_deadline () |
| void | set_authority (const grpc::string &authority) |
| void | set_credentials (const std::shared_ptr< Credentials > &creds) |
| grpc_compression_algorithm | compression_algorithm () const |
| void | set_compression_algorithm (grpc_compression_algorithm algorithm) |
| std::shared_ptr< const AuthContext > | auth_context () const |
| grpc::string | peer () const |
| void | set_census_context (struct census_context *ccp) |
| struct census_context * | census_context () const |
| void | TryCancel () |
Friends | |
| class | CallOpClientRecvStatus |
| class | CallOpRecvInitialMetadata |
| class | Channel |
| template<class R > | |
| class | ::grpc::ClientReader |
| template<class W > | |
| class | ::grpc::ClientWriter |
| template<class R , class W > | |
| class | ::grpc::ClientReaderWriter |
| template<class R > | |
| class | ::grpc::ClientAsyncReader |
| template<class W > | |
| class | ::grpc::ClientAsyncWriter |
| template<class R , class W > | |
| class | ::grpc::ClientAsyncReaderWriter |
| template<class R > | |
| class | ::grpc::ClientAsyncResponseReader |
| template<class InputMessage , class OutputMessage > | |
| Status | BlockingUnaryCall (ChannelInterface *channel, const RpcMethod &method, ClientContext *context, const InputMessage &request, OutputMessage *result) |
| grpc::ClientContext::ClientContext | ( | ) |
| grpc::ClientContext::~ClientContext | ( | ) |
| void grpc::ClientContext::AddMetadata | ( | const grpc::string & | meta_key, |
| const grpc::string & | meta_value | ||
| ) |
| std::shared_ptr<const AuthContext> grpc::ClientContext::auth_context | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| grpc::string grpc::ClientContext::peer | ( | ) | const |
|
inline |
|
inline |
|
inline |
| void grpc::ClientContext::set_compression_algorithm | ( | grpc_compression_algorithm | algorithm | ) |
|
inline |
|
inline |
| void grpc::ClientContext::TryCancel | ( | ) |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
1.8.6