aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/http2_client.h
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2017-03-01 10:33:07 -0800
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2017-03-01 22:22:38 -0800
commit11a4ed80d689d6a10126a19ebf3d5a87189063b9 (patch)
treec8c254070754c6a3bd222b358c5fe052d759ca3d /test/cpp/interop/http2_client.h
parentcaf7ea53be2f93c310acbaddbe3da90ccc7e6411 (diff)
refactor client
Diffstat (limited to 'test/cpp/interop/http2_client.h')
-rw-r--r--test/cpp/interop/http2_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/interop/http2_client.h b/test/cpp/interop/http2_client.h
index 6a315f5abb..12df5d26bc 100644
--- a/test/cpp/interop/http2_client.h
+++ b/test/cpp/interop/http2_client.h
@@ -70,8 +70,11 @@ class Http2Client {
void MaxStreamsWorker(std::shared_ptr<grpc::Channel> channel);
bool AssertStatusCode(const Status& s, StatusCode expected_code);
+ Status SendUnaryCall(SimpleResponse* response);
+ SimpleRequest BuildDefaultRequest();
ServiceStub serviceStub_;
std::shared_ptr<Channel> channel_;
+ SimpleRequest defaultRequest_;
};
} // namespace testing