Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
TestClient Class Reference

Public Member Functions

void AsyncCompleteRpc ()
 
void AsyncEmptyCall (const RpcConfig &config)
 
void AsyncUnaryCall (const RpcConfig &config)
 
 TestClient (const std::shared_ptr< Channel > &channel, StatsWatchers *stats_watchers)
 

Static Private Member Functions

static bool RpcStatusCheckSuccess (AsyncClientCall *call)
 

Private Attributes

CompletionQueue cq_
 
StatsWatchersstats_watchers_
 
std::unique_ptr< TestService::Stub > stub_
 

Detailed Description

Definition at line 250 of file xds_interop_client.cc.

Constructor & Destructor Documentation

◆ TestClient()

TestClient::TestClient ( const std::shared_ptr< Channel > &  channel,
StatsWatchers stats_watchers 
)
inline

Definition at line 252 of file xds_interop_client.cc.

Member Function Documentation

◆ AsyncCompleteRpc()

void TestClient::AsyncCompleteRpc ( )
inline

Definition at line 322 of file xds_interop_client.cc.

◆ AsyncEmptyCall()

void TestClient::AsyncEmptyCall ( const RpcConfig config)
inline

Definition at line 289 of file xds_interop_client.cc.

◆ AsyncUnaryCall()

void TestClient::AsyncUnaryCall ( const RpcConfig config)
inline

Definition at line 256 of file xds_interop_client.cc.

◆ RpcStatusCheckSuccess()

static bool TestClient::RpcStatusCheckSuccess ( AsyncClientCall call)
inlinestaticprivate

Definition at line 374 of file xds_interop_client.cc.

Member Data Documentation

◆ cq_

CompletionQueue TestClient::cq_
private

Definition at line 384 of file xds_interop_client.cc.

◆ stats_watchers_

StatsWatchers* TestClient::stats_watchers_
private

Definition at line 383 of file xds_interop_client.cc.

◆ stub_

std::unique_ptr<TestService::Stub> TestClient::stub_
private

Definition at line 382 of file xds_interop_client.cc.


The documentation for this class was generated from the following file:


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