#include <WebSocket.h>
◆ CWebSocket()
| CWebSocket::CWebSocket |
( |
| ) |
|
|
inline |
◆ ~CWebSocket()
| virtual CWebSocket::~CWebSocket |
( |
| ) |
|
|
inlinevirtual |
◆ Close()
◆ Fail()
| virtual void CWebSocket::Fail |
( |
| ) |
|
|
pure virtual |
◆ GetFrame() [1/2]
| virtual CWebSocketFrame * CWebSocket::GetFrame |
( |
const char * |
data, |
|
|
uint64_t |
length |
|
) |
| |
|
protectedpure virtual |
◆ GetFrame() [2/2]
| virtual CWebSocketFrame * CWebSocket::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 |
|
) |
| |
|
protectedpure virtual |
◆ GetMessage()
◆ GetState()
◆ GetVersion()
| int CWebSocket::GetVersion |
( |
| ) |
|
|
inline |
◆ Handle()
| const CWebSocketMessage * CWebSocket::Handle |
( |
const char *& |
buffer, |
|
|
size_t & |
length, |
|
|
bool & |
send |
|
) |
| |
|
virtual |
◆ Handshake()
| virtual bool CWebSocket::Handshake |
( |
const char * |
data, |
|
|
size_t |
length, |
|
|
std::string & |
response |
|
) |
| |
|
pure virtual |
◆ Ping()
◆ Pong()
◆ Send()
◆ m_message
◆ m_state
◆ m_version
| int CWebSocket::m_version |
|
protected |
The documentation for this class was generated from the following files: