cocos2d-x  3.0alpha1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LuaWebSocket Member List

This is the complete list of members for LuaWebSocket, 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=NULL)WebSocket
kWebSocketScriptHandlerClose enum valueLuaWebSocket
kWebSocketScriptHandlerError enum valueLuaWebSocket
kWebSocketScriptHandlerMessage enum valueLuaWebSocket
kWebSocketScriptHandlerOpen enum valueLuaWebSocket
onClose(WebSocket *ws)LuaWebSocketvirtual
network::WebSocket::Delegate::onClose(WebSocket *ws)=0WebSocket::Delegatepure virtual
onError(WebSocket *ws, const WebSocket::ErrorCode &error)LuaWebSocketvirtual
network::WebSocket::Delegate::onError(WebSocket *ws, const ErrorCode &error)=0WebSocket::Delegatepure virtual
onMessage(WebSocket *ws, const WebSocket::Data &data)LuaWebSocketvirtual
network::WebSocket::Delegate::onMessage(WebSocket *ws, const Data &data)=0WebSocket::Delegatepure virtual
onOpen(WebSocket *ws)LuaWebSocketvirtual
network::WebSocket::Delegate::onOpen(WebSocket *ws)=0WebSocket::Delegatepure virtual
send(const std::string &message)WebSocket
send(const unsigned char *binaryMsg, unsigned int len)WebSocket
State enum nameWebSocket
WebSocket()WebSocket
WebSocketScriptHandlerType enum nameLuaWebSocket
~Delegate()WebSocket::Delegateinlinevirtual
~LuaWebSocket()LuaWebSocketvirtual
~WebSocket()WebSocketvirtual