This is the complete list of members for CppServer::WS::WebSocket, including all inherited members.
_ws_final_received | CppServer::WS::WebSocket | protected |
_ws_frame_received | CppServer::WS::WebSocket | protected |
_ws_handshaked | CppServer::WS::WebSocket | protected |
_ws_header_size | CppServer::WS::WebSocket | protected |
_ws_nonce | CppServer::WS::WebSocket | protected |
_ws_opcode | CppServer::WS::WebSocket | protected |
_ws_payload_size | CppServer::WS::WebSocket | protected |
_ws_receive_final_buffer | CppServer::WS::WebSocket | protected |
_ws_receive_frame_buffer | CppServer::WS::WebSocket | protected |
_ws_receive_mask | CppServer::WS::WebSocket | protected |
_ws_send_buffer | CppServer::WS::WebSocket | protected |
_ws_send_lock | CppServer::WS::WebSocket | protected |
_ws_send_mask | CppServer::WS::WebSocket | protected |
ClearWSBuffers() | CppServer::WS::WebSocket | |
InitWSNonce() | CppServer::WS::WebSocket | |
onWSClose(const void *buffer, size_t size, int status=1000) | CppServer::WS::WebSocket | inlineprotectedvirtual |
onWSConnected(const HTTP::HTTPResponse &response) | CppServer::WS::WebSocket | inlineprotectedvirtual |
onWSConnected(const HTTP::HTTPRequest &request) | CppServer::WS::WebSocket | inlineprotectedvirtual |
onWSConnecting(HTTP::HTTPRequest &request) | CppServer::WS::WebSocket | inlineprotectedvirtual |
onWSConnecting(const HTTP::HTTPRequest &request, HTTP::HTTPResponse &response) | CppServer::WS::WebSocket | inlineprotectedvirtual |
onWSDisconnected() | CppServer::WS::WebSocket | inlineprotectedvirtual |
onWSError(const std::string &message) | CppServer::WS::WebSocket | inlineprotectedvirtual |
onWSPing(const void *buffer, size_t size) | CppServer::WS::WebSocket | inlineprotectedvirtual |
onWSPong(const void *buffer, size_t size) | CppServer::WS::WebSocket | inlineprotectedvirtual |
onWSReceived(const void *buffer, size_t size) | CppServer::WS::WebSocket | inlineprotectedvirtual |
operator=(const WebSocket &)=delete | CppServer::WS::WebSocket | |
operator=(WebSocket &&)=delete | CppServer::WS::WebSocket | |
PerformClientUpgrade(const HTTP::HTTPResponse &response, const CppCommon::UUID &id) | CppServer::WS::WebSocket | |
PerformServerUpgrade(const HTTP::HTTPRequest &request, HTTP::HTTPResponse &response) | CppServer::WS::WebSocket | |
PrepareReceiveFrame(const void *buffer, size_t size) | CppServer::WS::WebSocket | |
PrepareSendFrame(uint8_t opcode, bool mask, const void *buffer, size_t size, int status=0) | CppServer::WS::WebSocket | |
RequiredReceiveFrameSize() | CppServer::WS::WebSocket | |
SendResponse(const HTTP::HTTPResponse &response) | CppServer::WS::WebSocket | inlineprotectedvirtual |
WebSocket() | CppServer::WS::WebSocket | inline |
WebSocket(const WebSocket &)=delete | CppServer::WS::WebSocket | |
WebSocket(WebSocket &&)=delete | CppServer::WS::WebSocket | |
WS_BINARY | CppServer::WS::WebSocket | static |
WS_CLOSE | CppServer::WS::WebSocket | static |
WS_FIN | CppServer::WS::WebSocket | static |
ws_nonce() const noexcept | CppServer::WS::WebSocket | inline |
WS_PING | CppServer::WS::WebSocket | static |
WS_PONG | CppServer::WS::WebSocket | static |
WS_TEXT | CppServer::WS::WebSocket | static |
~WebSocket()=default | CppServer::WS::WebSocket | |