#include <Pt/Remoting/Client.h>
A client for remote procedure calls.
Inherits NonCopyable.
Inherited by Client, Client, and Client.
Protected Member Functions | |
| void | setReady () |
| Parses the XML-RPC result. | |
| virtual void | onCancel ()=0 |
| Cancels the remote procedure call. | |
|
protected |
This method is used by derived Clients after the XML-RPC result has been parsed by parseResult(). The current RemoteProcedure will receive completion notification to process the result.
|
protectedpure virtual |
Derived Clients implement this method to cancel the remote procedure call.
Implemented in Client, HttpClient, Client, HttpClient, Client, and HttpClient.