GRPC C++  1.30.0
Namespaces | Typedefs
server_callback.h File Reference
#include <grpcpp/impl/codegen/server_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 Request >
using grpc::experimental::ServerReadReactor = ::grpc_impl::ServerReadReactor< Request >
 
template<class Response >
using grpc::experimental::ServerWriteReactor = ::grpc_impl::ServerWriteReactor< Response >
 
template<class Request , class Response >
using grpc::experimental::ServerBidiReactor = ::grpc_impl::ServerBidiReactor< Request, Response >
 
using grpc::experimental::ServerUnaryReactor = ::grpc_impl::ServerUnaryReactor