#include <vector>
#include <grpc/impl/codegen/byte_buffer.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/serialization_traits.h>
#include <grpcpp/impl/codegen/slice.h>
#include <grpcpp/impl/codegen/status.h>
Go to the source code of this file.
Classes | |
class | grpc::ByteBuffer |
A sequence of bytes. More... | |
class | grpc::ByteBuffer::ByteBufferPointer |
class | grpc::internal::CallbackServerStreamingHandler< RequestType, ResponseType > |
class | grpc::internal::CallbackUnaryHandler< RequestType, ResponseType > |
class | grpc::internal::CallOpRecvMessage< R > |
class | grpc::internal::DeserializeFuncType< R > |
class | grpc::internal::ErrorMethodHandler< code > |
class | grpc::SerializationTraits< ByteBuffer, void > |
class | grpc::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType > |
A wrapper class of an application provided server streaming handler. More... | |
Namespaces | |
grpc | |
grpc::internal | |
Actual implementation of bi-directional streaming. | |
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... | |