|
GRPC C++
1.19.0
|
#include <grpc/impl/codegen/grpc_types.h>#include <grpcpp/impl/codegen/byte_buffer.h>#include <grpcpp/impl/codegen/call.h>#include <grpcpp/impl/codegen/call_hook.h>#include <grpcpp/impl/codegen/completion_queue_tag.h>#include <grpcpp/impl/codegen/core_codegen_interface.h>#include <grpcpp/impl/codegen/rpc_service_method.h>#include <grpcpp/impl/codegen/server_context.h>Go to the source code of this file.
Data Structures | |
| class | grpc::ServerInterface |
| class | grpc::ServerInterface::BaseAsyncRequest |
| class | grpc::ServerInterface::RegisteredAsyncRequest |
| RegisteredAsyncRequest is not part of the C++ API. More... | |
| class | grpc::ServerInterface::NoPayloadAsyncRequest |
| class | grpc::ServerInterface::PayloadAsyncRequest< Message > |
| class | grpc::ServerInterface::GenericAsyncRequest |
Namespaces | |
| 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.13