CppServer  1.0.4.0
C++ Server Library
CppServer::WS::WebSocket Member List

This is the complete list of members for CppServer::WS::WebSocket, including all inherited members.

_ws_final_receivedCppServer::WS::WebSocketprotected
_ws_frame_receivedCppServer::WS::WebSocketprotected
_ws_handshakedCppServer::WS::WebSocketprotected
_ws_header_sizeCppServer::WS::WebSocketprotected
_ws_nonceCppServer::WS::WebSocketprotected
_ws_opcodeCppServer::WS::WebSocketprotected
_ws_payload_sizeCppServer::WS::WebSocketprotected
_ws_receive_final_bufferCppServer::WS::WebSocketprotected
_ws_receive_frame_bufferCppServer::WS::WebSocketprotected
_ws_receive_maskCppServer::WS::WebSocketprotected
_ws_send_bufferCppServer::WS::WebSocketprotected
_ws_send_lockCppServer::WS::WebSocketprotected
_ws_send_maskCppServer::WS::WebSocketprotected
ClearWSBuffers()CppServer::WS::WebSocket
InitWSNonce()CppServer::WS::WebSocket
onWSClose(const void *buffer, size_t size, int status=1000)CppServer::WS::WebSocketinlineprotectedvirtual
onWSConnected(const HTTP::HTTPResponse &response)CppServer::WS::WebSocketinlineprotectedvirtual
onWSConnected(const HTTP::HTTPRequest &request)CppServer::WS::WebSocketinlineprotectedvirtual
onWSConnecting(HTTP::HTTPRequest &request)CppServer::WS::WebSocketinlineprotectedvirtual
onWSConnecting(const HTTP::HTTPRequest &request, HTTP::HTTPResponse &response)CppServer::WS::WebSocketinlineprotectedvirtual
onWSDisconnected()CppServer::WS::WebSocketinlineprotectedvirtual
onWSError(const std::string &message)CppServer::WS::WebSocketinlineprotectedvirtual
onWSPing(const void *buffer, size_t size)CppServer::WS::WebSocketinlineprotectedvirtual
onWSPong(const void *buffer, size_t size)CppServer::WS::WebSocketinlineprotectedvirtual
onWSReceived(const void *buffer, size_t size)CppServer::WS::WebSocketinlineprotectedvirtual
operator=(const WebSocket &)=deleteCppServer::WS::WebSocket
operator=(WebSocket &&)=deleteCppServer::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::WebSocketinlineprotectedvirtual
WebSocket()CppServer::WS::WebSocketinline
WebSocket(const WebSocket &)=deleteCppServer::WS::WebSocket
WebSocket(WebSocket &&)=deleteCppServer::WS::WebSocket
WS_BINARYCppServer::WS::WebSocketstatic
WS_CLOSECppServer::WS::WebSocketstatic
WS_FINCppServer::WS::WebSocketstatic
ws_nonce() const noexceptCppServer::WS::WebSocketinline
WS_PINGCppServer::WS::WebSocketstatic
WS_PONGCppServer::WS::WebSocketstatic
WS_TEXTCppServer::WS::WebSocketstatic
~WebSocket()=defaultCppServer::WS::WebSocket