#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpcpp/security/server_credentials.h>
#include <grpcpp/server.h>
#include <grpcpp/server_context.h>
#include "src/core/lib/gprpp/host_port.h"
#include "src/proto/grpc/testing/benchmark_service.grpc.pb.h"
#include "test/cpp/qps/qps_server_builder.h"
#include "test/cpp/qps/server.h"
#include "test/cpp/qps/usage_timer.h"
Go to the source code of this file.
Classes | |
class | grpc::testing::BenchmarkCallbackServiceImpl |
class | grpc::testing::CallbackServer |
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
std::unique_ptr< Server > | grpc::testing::CreateCallbackServer (const ServerConfig &config) |