#include "test/cpp/interop/istio_echo_server_lib.h"
#include <thread>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_split.h"
#include "absl/synchronization/blocking_counter.h"
#include <grpcpp/client_context.h>
#include <grpcpp/grpcpp.h>
#include "src/core/lib/gprpp/host_port.h"
#include "src/proto/grpc/testing/istio_echo.pb.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
grpc::ClientContext context |
Definition at line 61 of file istio_echo_server_lib.cc.
proto::EchoResponse response |
Definition at line 62 of file istio_echo_server_lib.cc.
Status status |
Definition at line 63 of file istio_echo_server_lib.cc.