|
| BackendServiceImpl () |
|
std::set< std::string > | clients () |
|
Status | Echo (ServerContext *context, const EchoRequest *request, EchoResponse *response) override |
|
Status | Echo1 (ServerContext *context, const EchoRequest *request, EchoResponse *response) override |
|
Status | Echo2 (ServerContext *context, const EchoRequest *request, EchoResponse *response) override |
|
const std::vector< std::string > & | last_peer_identity () |
|
void | Shutdown () |
|
void | Start () |
|
void | IncreaseRequestCount () |
|
void | IncreaseResponseCount () |
|
size_t | request_count () |
|
void | ResetCounters () |
|
size_t | response_count () |
|
Status | BidiStream (ServerContext *context, ServerReaderWriter< EchoResponse, EchoRequest > *stream) |
|
Status | CheckClientInitialMetadata (ServerContext *context, const SimpleRequest *, SimpleResponse *) |
|
void | ClientWaitUntilRpcStarted () |
|
Status | Echo (ServerContext *context, const EchoRequest *request, EchoResponse *response) |
|
Status | Echo1 (ServerContext *context, const EchoRequest *request, EchoResponse *response) |
|
Status | Echo2 (ServerContext *context, const EchoRequest *request, EchoResponse *response) |
|
Status | RequestStream (ServerContext *context, ServerReader< EchoRequest > *reader, EchoResponse *response) |
|
Status | ResponseStream (ServerContext *context, const EchoRequest *request, ServerWriter< EchoResponse > *writer) |
|
uint64_t | RpcsWaitingForClientCancel () |
|
bool | signal_client () |
|
void | SignalServerToContinue () |
|
| TestMultipleServiceImpl () |
|
| TestMultipleServiceImpl (const std::string &host) |
|
template<typename RpcService>
class grpc::testing::XdsEnd2endTest::BackendServerThread::BackendServiceImpl< RpcService >
Definition at line 288 of file xds_end2end_test_lib.h.