GRPC C++
1.30.0
|
#include <grpc/impl/codegen/port_platform.h>
#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/interceptor_common.h>
#include <grpcpp/impl/codegen/rpc_service_method.h>
#include <grpcpp/impl/codegen/server_context_impl.h>
Go to the source code of this file.
Data Structures | |
class | grpc::ServerInterface |
class | grpc::ServerInterface::experimental_registration_interface |
NOTE: class experimental_registration_interface is not part of the public API of this class TODO(vjpai): Move these contents to public API when no longer experimental. More... | |
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_impl | |
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
grpc | |
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
grpc::internal | |
Models a gRPC server. | |
grpc::experimental | |
ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor. | |