![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtJSONRpcClient class implements a JSON-RPC Client. More...
#include <QxtJSONRpcClient>
Inherits QObject.
The QxtJSONRpcClient class implements a JSON-RPC Client.
Implements a Client that can communicate with services implementing the JSON-RPC spec http://json-rpc.org/wiki/specification
See also QxtJSON.
calls the remote method with arguments and returns a QxtJSONRpcCall wrapping it. you can connect to QxtJSONRpcCall's signals to retreive the status of the call.
returns the QNetworkAccessManager used for connecting to the remote service
See also setNetworkManager().
returns the url of the remote service
See also setServiceUrl().
sets the QNetworkAccessManager used for connecting to the remote service to manager
See also networkManager().
sets the url of the remote service to url
See also serviceUrl().
Copyright © 2007-2011 Qxt Foundation |
Qxt 0.6.2 |