|
GRPC C++
1.30.0
|
#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>#include <vector>Go to the source code of this file.
Data Structures | |
| class | grpc_impl::internal::CallbackUnaryHandler< RequestType, ResponseType > |
| class | grpc_impl::internal::CallbackServerStreamingHandler< RequestType, ResponseType > |
| class | grpc_impl::internal::RpcMethodHandler< ServiceType, RequestType, ResponseType > |
| A wrapper class of an application provided rpc method handler. More... | |
| class | grpc_impl::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType > |
| A wrapper class of an application provided server streaming handler. More... | |
| class | grpc_impl::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_impl | |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
| grpc_impl::internal | |
| Actual implementation of bi-directional streaming. | |
| grpc | |
| This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
| grpc::internal | |
| Models a gRPC server. | |
1.8.16