|
GRPC C++
1.30.0
|
#include <list>#include <memory>#include <vector>#include <grpc/impl/codegen/port_platform.h>#include <grpc/compression.h>#include <grpc/support/atm.h>#include <grpcpp/channel_impl.h>#include <grpcpp/completion_queue_impl.h>#include <grpcpp/health_check_service_interface.h>#include <grpcpp/impl/call.h>#include <grpcpp/impl/codegen/client_interceptor.h>#include <grpcpp/impl/codegen/completion_queue_impl.h>#include <grpcpp/impl/codegen/grpc_library.h>#include <grpcpp/impl/codegen/server_interface.h>#include <grpcpp/impl/rpc_service_method.h>#include <grpcpp/security/server_credentials.h>#include <grpcpp/support/channel_arguments_impl.h>#include <grpcpp/support/config.h>#include <grpcpp/support/status.h>Go to the source code of this file.
Data Structures | |
| class | grpc_impl::Server |
| Represents a gRPC server. More... | |
| class | grpc_impl::Server::GlobalCallbacks |
| Global callbacks are a set of hooks that are called when server events occur. More... | |
| class | grpc_impl::Server::experimental_type |
| NOTE: class experimental_type is not part of the public API of this class. More... | |
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. | |
| grpc_impl | |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
1.8.16