defuze.me  Client
Public Member Functions | Friends
WebService::ServiceSync Class Reference

This plugin handles the realtime synchronization with the webservice (defuze.me) It handles push (http) and pull (websocket) transactions. More...

#include <servicesync.hpp>

Inheritance diagram for WebService::ServiceSync:
Inheritance graph
[legend]
Collaboration diagram for WebService::ServiceSync:
Collaboration graph
[legend]

List of all members.

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
ServiceRequestnewRequest (const QString &verb, const QString &url)
 prepare a new request

Friends

class ServiceRequest

Detailed Description

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.


The documentation for this class was generated from the following files: