#include "cocos2d.h"
Classes | |
class | SocketIO |
Singleton and wrapper class to provide static creation method as well as registry of all sockets. More... | |
class | SocketIO::SIODelegate |
The delegate class to process socket.io events. More... | |
class | SIOClient |
A single connection to a socket.io endpoint. More... | |
Namespaces | |
network | |
Constant Groups | |
network | |
Typedefs | |
typedef std::function< void(SIOClient *, const std::string &)> | SIOEvent |
typedef std::map< std::string, SIOEvent > | EventRegistry |