Singleton and wrapper class to provide static creation method as well as registry of all sockets. More...
#include <SocketIO.h>
Classes | |
class | SIODelegate |
The delegate class to process socket.io events. More... | |
Static Public Member Functions | |
static SocketIO * | getInstance () |
static void | destroyInstance () |
var | destroyInstance () |
local | destroyInstance () |
static SIOClient * | connect (SocketIO::SIODelegate &delegate, const std::string &uri) |
Static client creation method, similar to socketio.connect(uri) in JS. More... | |
Friends | |
class | SIOClientImpl |
Singleton and wrapper class to provide static creation method as well as registry of all sockets.
|
static |
Static client creation method, similar to socketio.connect(uri) in JS.
delegate | The delegate which want to receive events from the socket.io client |
uri | The URI of the socket.io server |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
friend |
|
friend |
|
friend |