cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
WebSocket Member List

This is the complete list of members for WebSocket, including all inherited members.

close()WebSocket
ErrorCode enum nameWebSocket
getReadyState()WebSocket
init(const Delegate &delegate, const std::string &url, const std::vector< std::string > *protocols=nullptr)WebSocket
kStateClosed enum valueWebSocket
kStateClosing enum valueWebSocket
kStateConnecting enum valueWebSocket
kStateOpen enum valueWebSocket
send(const std::string &message)WebSocket
send(const unsigned char *binaryMsg, unsigned int len)WebSocket
State enum nameWebSocket
WebSocket()WebSocket
WebSocketCallbackWrapper classWebSocketfriend
WsThreadHelper classWebSocketfriend
~WebSocket()WebSocketvirtual