Protocol of the request sent by client or received by server.
| 521 | |
| 522 | // Protocol of the request sent by client or received by server. |
| 523 | ProtocolType request_protocol() const { return _request_protocol; } |
| 524 | |
| 525 | // Resets the Controller to its initial state so that it may be reused in |
| 526 | // a new call. Must NOT be called while an RPC is in progress. |
no outgoing calls