GRPC C++  1.30.0
Namespaces | Typedefs
client_callback.h File Reference
#include <grpcpp/impl/codegen/client_callback_impl.h>

Go to the source code of this file.

Namespaces

 grpc
 This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface.
 
 grpc::experimental
 ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor.
 

Typedefs

template<class Response >
using grpc::experimental::ClientCallbackReader = ::grpc_impl::ClientCallbackReader< Response >
 
template<class Request >
using grpc::experimental::ClientCallbackWriter = ::grpc_impl::ClientCallbackWriter< Request >
 
template<class Request , class Response >
using grpc::experimental::ClientCallbackReaderWriter = ::grpc_impl::ClientCallbackReaderWriter< Request, Response >
 
template<class Response >
using grpc::experimental::ClientReadReactor = ::grpc_impl::ClientReadReactor< Response >
 
template<class Request >
using grpc::experimental::ClientWriteReactor = ::grpc_impl::ClientWriteReactor< Request >
 
template<class Request , class Response >
using grpc::experimental::ClientBidiReactor = ::grpc_impl::ClientBidiReactor< Request, Response >
 
typedef ::grpc_impl::ClientUnaryReactor grpc::experimental::ClientUnaryReactor