GRPC C++
1.66.0
|
#include "absl/log/absl_check.h"
#include <grpc/grpc.h>
#include <grpc/impl/grpc_types.h>
#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>
#include <grpc/support/time.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/call_hook.h>
#include <grpcpp/impl/codegen/interceptor_common.h>
#include <grpcpp/impl/completion_queue_tag.h>
#include <grpcpp/impl/rpc_service_method.h>
#include <grpcpp/server_context.h>
#include <grpcpp/support/byte_buffer.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 | |
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. | |
grpc::experimental | |
ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor. | |