Home
last modified time | relevance | path

Searched refs:Http2Client (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dhttp2_client.cc45 Http2Client::ServiceStub::ServiceStub(const std::shared_ptr<Channel>& channel) in ServiceStub()
50 TestService::Stub* Http2Client::ServiceStub::Get() { return stub_.get(); } in Get()
52 Http2Client::Http2Client(const std::shared_ptr<Channel>& channel) in Http2Client() function in grpc::testing::Http2Client
57 bool Http2Client::AssertStatusCode(const Status& s, StatusCode expected_code) { in AssertStatusCode()
67 Status Http2Client::SendUnaryCall(SimpleResponse* response) { in SendUnaryCall()
72 SimpleRequest Http2Client::BuildDefaultRequest() { in BuildDefaultRequest()
80 bool Http2Client::DoRstAfterHeader() { in DoRstAfterHeader()
91 bool Http2Client::DoRstAfterData() { in DoRstAfterData()
102 bool Http2Client::DoRstDuringData() { in DoRstDuringData()
113 bool Http2Client::DoGoaway() { in DoGoaway()
[all …]
Dhttp2_client.h32 class Http2Client {
34 explicit Http2Client(const std::shared_ptr<Channel>& channel);
35 ~Http2Client() {} in ~Http2Client()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DHttp2Client.java52 public final class Http2Client { class
53 private static final Logger logger = Logger.getLogger(Http2Client.class.getName());
59 final Http2Client client = new Http2Client(); in main()
125 Http2Client c = new Http2Client(); in parseArgs()
/external/grpc-grpc-java/interop-testing/
Dbuild.gradle95 mainClassName = "io.grpc.testing.integration.Http2Client"
/external/grpc-grpc/tools/run_tests/
Drun_interop_tests.py321 class Http2Client: class
1213 http2Interop = Http2Client() if args.http2_interop else None