#include <WebSocketV13.h>
|
| CWebSocketV13 () |
|
bool | Handshake (const char *data, size_t length, std::string &response) override |
|
const CWebSocketFrame * | Close (WebSocketCloseReason reason=WebSocketCloseNormal, const std::string &message="") override |
|
| CWebSocketV8 () |
|
bool | Handshake (const char *data, size_t length, std::string &response) override |
|
const CWebSocketFrame * | Ping (const char *data=NULL) const override |
|
const CWebSocketFrame * | Pong (const char *data, uint32_t length) const override |
|
const CWebSocketFrame * | Close (WebSocketCloseReason reason=WebSocketCloseNormal, const std::string &message="") override |
|
void | Fail () override |
|
| CWebSocket () |
|
virtual | ~CWebSocket () |
|
int | GetVersion () |
|
WebSocketState | GetState () |
|
virtual const CWebSocketMessage * | Handle (const char *&buffer, size_t &length, bool &send) |
|
virtual const CWebSocketMessage * | Send (WebSocketFrameOpcode opcode, const char *data=NULL, uint32_t length=0) |
|
◆ CWebSocketV13()
CWebSocketV13::CWebSocketV13 |
( |
| ) |
|
|
inline |
◆ Close()
◆ Handshake()
bool CWebSocketV13::Handshake |
( |
const char * | data, |
|
|
size_t | length, |
|
|
std::string & | response ) |
|
overridevirtual |
The documentation for this class was generated from the following files: