Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CWebSocket, including all inherited members.
Close(WebSocketCloseReason reason=WebSocketCloseNormal, const std::string &message="")=0 | CWebSocket | pure virtual |
CWebSocket() | CWebSocket | inline |
Fail()=0 | CWebSocket | pure virtual |
GetFrame(const char *data, uint64_t length)=0 | CWebSocket | protectedpure 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)=0 | CWebSocket | protectedpure virtual |
GetMessage()=0 | CWebSocket | protectedpure virtual |
GetState() | CWebSocket | inline |
GetVersion() | CWebSocket | inline |
Handle(const char *&buffer, size_t &length, bool &send) | CWebSocket | virtual |
Handshake(const char *data, size_t length, std::string &response)=0 | CWebSocket | pure virtual |
m_message | CWebSocket | protected |
m_state | CWebSocket | protected |
m_version | CWebSocket | protected |
Ping(const char *data=NULL) const =0 | CWebSocket | pure virtual |
Pong(const char *data, uint32_t length) const =0 | CWebSocket | pure virtual |
Send(WebSocketFrameOpcode opcode, const char *data=NULL, uint32_t length=0) | CWebSocket | virtual |
~CWebSocket() | CWebSocket | inlinevirtual |