GRPC C++  1.62.0
Data Structures | Namespaces
client_context.h File Reference
#include <map>
#include <memory>
#include <string>
#include <grpc/impl/compression_types.h>
#include <grpc/impl/propagation_bits.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/create_auth_context.h>
#include <grpcpp/impl/metadata_map.h>
#include <grpcpp/impl/rpc_method.h>
#include <grpcpp/impl/sync.h>
#include <grpcpp/security/auth_context.h>
#include <grpcpp/support/client_interceptor.h>
#include <grpcpp/support/config.h>
#include <grpcpp/support/slice.h>
#include <grpcpp/support/status.h>
#include <grpcpp/support/string_ref.h>
#include <grpcpp/support/time.h>

Go to the source code of this file.

Data Structures

class  grpc::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage >
 
class  grpc::internal::ClientCallbackReaderWriterImpl< Request, Response >
 
class  grpc::internal::ClientCallbackReaderImpl< Response >
 
class  grpc::internal::ClientCallbackWriterImpl< Request >
 
class  grpc::ClientReader< R >
 Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages coming from the server has messages of type R. More...
 
class  grpc::ClientWriter< W >
 Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W. More...
 
class  grpc::ClientReaderWriter< W, R >
 Synchronous (blocking) client-side API for bi-directional streaming RPCs, where the outgoing message stream coming from the client has messages of type W, and the incoming messages stream coming from the server has messages of type R. More...
 
class  grpc::ClientAsyncReader< R >
 Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from the server has messages of type R. More...
 
class  grpc::ClientAsyncWriter< W >
 Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going to the server contains messages of type W. More...
 
class  grpc::ClientAsyncReaderWriter< W, R >
 Async client-side interface for bi-directional streaming, where the outgoing message stream going to the server has messages of type W, and the incoming message stream coming from the server has messages of type R. More...
 
class  grpc::ClientAsyncResponseReader< R >
 Async API for client-side unary RPCs, where the message response received from the server is of type R. More...
 
class  grpc::internal::BlockingUnaryCallImpl< InputMessage, OutputMessage >
 
class  grpc::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage >
 
class  grpc::internal::ClientCallbackReaderWriterImpl< Request, Response >
 
class  grpc::internal::ClientCallbackReaderImpl< Response >
 
class  grpc::internal::ClientCallbackWriterImpl< Request >
 
class  grpc::PropagationOptions
 Options for ClientContext::FromServerContext specifying which traits from the ServerContext to propagate (copy) from it into a new ClientContext. More...
 
class  grpc::ClientContext
 A ClientContext allows the person implementing a service client to: More...
 
class  grpc::ClientContext::GlobalCallbacks
 Global Callbacks. More...
 

Namespaces

 grpc
 An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
 
 grpc::internal
 Models a gRPC server.
 
 grpc::testing