|
GRPC C++
1.19.0-dev
|
#include <climits>#include <map>#include <memory>#include <vector>#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/support/config.h>Go to the source code of this file.
Data Structures | |
| class | grpc::ServerBuilder |
| A builder class for the creation and startup of grpc::Server instances. More... | |
| class | grpc::ServerBuilder::experimental_type |
| NOTE: class experimental_type is not part of the public API of this class. More... | |
| struct | grpc::ServerBuilder::Port |
| Experimental, to be deprecated. More... | |
| struct | grpc::ServerBuilder::NamedService |
Namespaces | |
| grpc | |
| This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
| grpc::testing | |
1.8.13