defuze.me
Client
|
This plugin handles the realtime synchronization with the webservice (defuze.me) It handles push (http) and pull (websocket) transactions. More...
#include <servicesync.hpp>
Public Member Functions | |
void | init () |
Called once, after all CORES and PLUGINS are loaded. | |
bool | hasRequests () const |
true if there are pending requests to be sent | |
bool | isRequesting () const |
true if the client is waiting for the webservice | |
ServiceRequest * | newRequest (const QString &verb, const QString &url) |
prepare a new request | |
Friends | |
class | ServiceRequest |
This plugin handles the realtime synchronization with the webservice (defuze.me) It handles push (http) and pull (websocket) transactions.
Definition at line 33 of file servicesync.hpp.