|
HandshakerResult | GetHandshakerResult () |
|
Status | ProcessClientStart (HandshakerContext *context, const StartClientHandshakeReq &request, HandshakerResp *response) |
|
Status | ProcessNext (HandshakerContext *context, const NextHandshakeMessageReq &request, HandshakerResp *response) |
|
Status | ProcessRequest (HandshakerContext *context, const HandshakerReq &request, HandshakerResp *response) |
|
Status | ProcessServerStart (HandshakerContext *context, const StartServerHandshakeReq &request, HandshakerResp *response) |
|
Status | WriteErrorResponse (ServerReaderWriter< HandshakerResp, HandshakerReq > *stream, const Status &status) |
|
Definition at line 56 of file fake_handshaker_server.cc.
◆ HandshakeState
◆ FakeHandshakerService()
grpc::gcp::FakeHandshakerService::FakeHandshakerService |
( |
int |
expected_max_concurrent_rpcs | ) |
|
|
inlineexplicit |
◆ DoHandshake()
◆ GetHandshakerResult()
HandshakerResult grpc::gcp::FakeHandshakerService::GetHandshakerResult |
( |
| ) |
|
|
inlineprivate |
◆ ProcessClientStart()
Status grpc::gcp::FakeHandshakerService::ProcessClientStart |
( |
HandshakerContext * |
context, |
|
|
const StartClientHandshakeReq & |
request, |
|
|
HandshakerResp * |
response |
|
) |
| |
|
inlineprivate |
◆ ProcessNext()
Status grpc::gcp::FakeHandshakerService::ProcessNext |
( |
HandshakerContext * |
context, |
|
|
const NextHandshakeMessageReq & |
request, |
|
|
HandshakerResp * |
response |
|
) |
| |
|
inlineprivate |
◆ ProcessRequest()
Status grpc::gcp::FakeHandshakerService::ProcessRequest |
( |
HandshakerContext * |
context, |
|
|
const HandshakerReq & |
request, |
|
|
HandshakerResp * |
response |
|
) |
| |
|
inlineprivate |
◆ ProcessServerStart()
Status grpc::gcp::FakeHandshakerService::ProcessServerStart |
( |
HandshakerContext * |
context, |
|
|
const StartServerHandshakeReq & |
request, |
|
|
HandshakerResp * |
response |
|
) |
| |
|
inlineprivate |
◆ WriteErrorResponse()
◆ concurrent_rpcs_
int grpc::gcp::FakeHandshakerService::concurrent_rpcs_ = 0 |
|
private |
◆ expected_max_concurrent_rpcs_
const int grpc::gcp::FakeHandshakerService::expected_max_concurrent_rpcs_ |
|
private |
◆ expected_max_concurrent_rpcs_mu_
The documentation for this class was generated from the following file: