#include "test/cpp/interop/http2_client.h"
#include <thread>
#include "absl/flags/flag.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.h>
#include "src/core/lib/gpr/string.h"
#include "src/core/lib/gpr/useful.h"
#include "src/proto/grpc/testing/messages.pb.h"
#include "src/proto/grpc/testing/test.grpc.pb.h"
#include "test/cpp/util/create_test_channel.h"
#include "test/cpp/util/test_config.h"
Go to the source code of this file.
|
| ABSL_FLAG (int32_t, server_port, 0, "Server port.") |
|
| ABSL_FLAG (std::string, server_host, "localhost", "Server host to connect to") |
|
| ABSL_FLAG (std::string, test_case, "rst_after_header", "Configure different test cases. Valid options are:\n\n" "goaway\n" "max_streams\n" "ping\n" "rst_after_data\n" "rst_after_header\n" "rst_during_data\n") |
|
int | main (int argc, char **argv) |
|
◆ ABSL_FLAG() [1/3]
◆ ABSL_FLAG() [2/3]
ABSL_FLAG |
( |
std::string |
, |
|
|
server_host |
, |
|
|
"localhost" |
, |
|
|
"Server host to connect to" |
|
|
) |
| |
◆ ABSL_FLAG() [3/3]
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |