cocos2d-x  3.0alpha1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SocketIO.h File Reference
#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