Namespaces | Functions
http2_client.cc File Reference
#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"
Include dependency graph for http2_client.cc:

Go to the source code of this file.

Namespaces

 grpc
 
 grpc::testing
 

Functions

 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)
 

Function Documentation

◆ ABSL_FLAG() [1/3]

ABSL_FLAG ( int32_t  ,
server_port  ,
,
"Server port."   
)

◆ ABSL_FLAG() [2/3]

ABSL_FLAG ( std::string  ,
server_host  ,
"localhost"  ,
"Server host to connect to  
)

◆ ABSL_FLAG() [3/3]

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  
)

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 190 of file http2_client.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:20