GRPC C++
1.30.0
|
#include <climits>
#include <map>
#include <memory>
#include <vector>
#include <grpc/impl/codegen/port_platform.h>
#include <grpc/compression.h>
#include <grpc/support/cpu.h>
#include <grpc/support/workaround_list.h>
#include <grpcpp/impl/channel_argument_option.h>
#include <grpcpp/impl/codegen/server_interceptor.h>
#include <grpcpp/impl/server_builder_option.h>
#include <grpcpp/impl/server_builder_plugin.h>
#include <grpcpp/server.h>
#include <grpcpp/support/config.h>
Go to the source code of this file.
Data Structures | |
class | grpc::experimental::ExternalConnectionAcceptor |
struct | grpc::experimental::ExternalConnectionAcceptor::NewConnectionParameters |
class | grpc_impl::ServerBuilder |
A builder class for the creation and startup of grpc::Server instances. More... | |
class | grpc_impl::ServerBuilder::experimental_type |
NOTE: class experimental_type is not part of the public API of this class. More... | |
struct | grpc_impl::ServerBuilder::Port |
Experimental, to be deprecated. More... | |
struct | grpc_impl::ServerBuilder::NamedService |
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::testing | |
grpc::internal | |
Models a gRPC server. | |
grpc::experimental | |
ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor. | |