Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CWebSocket Member List

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

Close(WebSocketCloseReason reason=WebSocketCloseNormal, const std::string &message="")=0CWebSocketpure virtual
CWebSocket()CWebSocketinline
Fail()=0CWebSocketpure virtual
GetFrame(const char *data, uint64_t length)=0CWebSocketprotectedpure virtual
GetFrame(WebSocketFrameOpcode opcode, const char *data=NULL, uint32_t length=0, bool final=true, bool masked=false, int32_t mask=0, int8_t extension=0)=0CWebSocketprotectedpure virtual
GetMessage()=0CWebSocketprotectedpure virtual
GetState()CWebSocketinline
GetVersion()CWebSocketinline
Handle(const char *&buffer, size_t &length, bool &send)CWebSocketvirtual
Handshake(const char *data, size_t length, std::string &response)=0CWebSocketpure virtual
m_messageCWebSocketprotected
m_stateCWebSocketprotected
m_versionCWebSocketprotected
Ping(const char *data=NULL) const =0CWebSocketpure virtual
Pong(const char *data, uint32_t length) const =0CWebSocketpure virtual
Send(WebSocketFrameOpcode opcode, const char *data=NULL, uint32_t length=0)CWebSocketvirtual
~CWebSocket()CWebSocketinlinevirtual