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... | |
Public Member Functions | |
SocketIO () | |
virtual | ~SocketIO (void) |
local | ~SocketIO () |
Static Public Member Functions | |
static SocketIO * | instance () |
local | instance () |
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.
SocketIO | ( | ) |
var SocketIO | ( | ) |
local SocketIO | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
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 |
|
friend |
|
friend |
|
friend |