|
GRPC C++
1.11.0
|
#include <condition_variable>#include <list>#include <memory>#include <mutex>#include <vector>#include <grpc/compression.h>#include <grpcpp/completion_queue.h>#include <grpcpp/impl/call.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.h>#include <grpcpp/support/config.h>#include <grpcpp/support/status.h>Go to the source code of this file.
Data Structures | |
| class | grpc::Server |
| Represents a gRPC server. More... | |
| class | grpc::Server::GlobalCallbacks |
| Global callbacks are a set of hooks that are called when server events occur. More... | |
Namespaces | |
| grpc | |
| An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation. | |
1.8.13