#include <condition_variable>
#include <memory>
#include <grpc/compression.h>
#include <grpc/impl/codegen/atm.h>
#include <grpcpp/security/server_credentials.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
Go to the source code of this file.
Classes | |
class | grpc::testing::InteropServerContextInspector |
struct | grpc::testing::interop::ServerStartedCondition |
Namespaces | |
grpc | |
grpc::testing | |
grpc::testing::interop | |
Functions | |
std::shared_ptr< ServerCredentials > | grpc::testing::CreateInteropServerCredentials () |
void | grpc::testing::interop::RunServer (const std::shared_ptr< ServerCredentials > &creds) |
void | grpc::testing::interop::RunServer (const std::shared_ptr< ServerCredentials > &creds, const int port, ServerStartedCondition *server_started_condition, std::unique_ptr< std::vector< std::unique_ptr< grpc::ServerBuilderOption >>> server_options) |
void | grpc::testing::interop::RunServer (const std::shared_ptr< ServerCredentials > &creds, int port, ServerStartedCondition *server_started_condition) |
void | grpc::testing::interop::RunServer (const std::shared_ptr< ServerCredentials > &creds, std::unique_ptr< std::vector< std::unique_ptr< ServerBuilderOption >>> server_options) |
Variables | |
gpr_atm | grpc::testing::interop::g_got_sigint |