GRPC C++
1.66.0
|
#include <vector>
#include <grpc/byte_buffer.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/serialization_traits.h>
#include <grpcpp/support/config.h>
#include <grpcpp/support/slice.h>
#include <grpcpp/support/status.h>
Go to the source code of this file.
Data Structures | |
class | grpc::internal::CallbackUnaryHandler< RequestType, ResponseType > |
class | grpc::internal::CallbackServerStreamingHandler< RequestType, ResponseType > |
class | grpc::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType > |
A wrapper class of an application provided server streaming handler. More... | |
class | grpc::internal::ErrorMethodHandler< code > |
General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error. More... | |
class | grpc::internal::CallOpRecvMessage< R > |
class | grpc::internal::DeserializeFuncType< R > |
class | grpc::ByteBuffer |
A sequence of bytes. More... | |
class | grpc::SerializationTraits< ByteBuffer, void > |
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. | |
Functions | |
template<class RequestType > | |
void * | grpc::internal::UnaryDeserializeHelper (grpc_byte_buffer *req, grpc::Status *status, RequestType *request) |
A helper function with reduced templating to do deserializing. More... | |