GRPC C++
1.26.0
|
#include <atomic>
#include <set>
#include <grpc/support/log.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/health_check_service_interface.h>
#include <grpcpp/impl/codegen/async_generic_service.h>
#include <grpcpp/impl/codegen/async_unary_call.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#include <grpcpp/impl/codegen/service_type.h>
#include <grpcpp/support/byte_buffer.h>
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/gprpp/thd.h"
Go to the source code of this file.
Data Structures | |
class | grpc::DefaultHealthCheckService |
class | grpc::DefaultHealthCheckService::HealthCheckServiceImpl |
class | grpc::DefaultHealthCheckService::HealthCheckServiceImpl::CallHandler |
Namespaces | |
grpc | |
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |