WebsocketClient Member List
This is the complete list of members for WebsocketClient, including all inherited members.
activate() | WebsocketConnection | protected |
bind(HttpRequest &request, HttpResponse &response) | WebsocketConnection | protected |
broadcast(const char *message, size_t length, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | protectedstatic |
broadcast(const String &message, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | inlineprotectedstatic |
close() | WebsocketConnection | protected |
connect(const Url &url) | WebsocketClient | |
disconnect() | WebsocketClient | inline |
encodeFrame(ws_frame_type_t type, const char *inData, size_t inLength, char *outData, size_t outLength, bool useMask=true, bool isFin=true) | WebsocketConnection | protected |
getActiveWebsockets() | WebsocketConnection | inlineprotectedstatic |
getConnection() | WebsocketConnection | inlineprotected |
getHttpConnection() | WebsocketClient | |
getState() | WebsocketConnection | inlineprotected |
getUserData() | WebsocketConnection | inlineprotected |
onConnected() | WebsocketConnection | protected |
operator==(const WebsocketConnection &rhs) const | WebsocketConnection | inlineprotected |
processFrame(TcpClient &client, char *at, int size) | WebsocketConnection | protected |
reset() | WebsocketConnection | protected |
send(const char *message, size_t length, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | protectedvirtual |
send(const String &message, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | inlineprotected |
sendBinary(const uint8_t *data, size_t length) | WebsocketConnection | inlineprotected |
sendPing(const String &payload=nullptr) | WebsocketClient | inline |
sendPong(const String &payload=nullptr) | WebsocketClient | inline |
sendString(const String &message) | WebsocketConnection | inlineprotected |
setBinaryHandler(WebsocketBinaryDelegate handler) | WebsocketConnection | inlineprotected |
setConnection(HttpConnection *connection, bool isClientConnection=true) | WebsocketConnection | inlineprotected |
setConnectionHandler(WebsocketDelegate handler) | WebsocketConnection | inlineprotected |
setDisconnectionHandler(WebsocketDelegate handler) | WebsocketConnection | inlineprotected |
setMessageHandler(WebsocketMessageDelegate handler) | WebsocketConnection | inlineprotected |
setPongHandler(WebsocketDelegate handler) | WebsocketConnection | inlineprotected |
setSslInitHandler(Ssl::Session::InitDelegate handler) | WebsocketClient | inline |
setUserData(void *userData) | WebsocketConnection | inlineprotected |
state | WebsocketConnection | protected |
staticOnControlBegin(void *userData, ws_frame_type_t type) | WebsocketConnection | protectedstatic |
staticOnControlEnd(void *userData) | WebsocketConnection | protectedstatic |
staticOnControlPayload(void *userData, const char *, size_t length) | WebsocketConnection | protectedstatic |
staticOnDataBegin(void *userData, ws_frame_type_t type) | WebsocketConnection | protectedstatic |
staticOnDataEnd(void *userData) | WebsocketConnection | protectedstatic |
staticOnDataPayload(void *userData, const char *at, size_t length) | WebsocketConnection | protectedstatic |
userData | WebsocketConnection | protected |
verifyKey(HttpConnection &connection, HttpResponse &response) | WebsocketClient | protected |
WebsocketClient() | WebsocketClient | inline |
WebsocketClient(HttpConnection *connection) | WebsocketClient | inline |
WebsocketConnection(HttpConnection *connection, bool isClientConnection=true) | WebsocketConnection | protected |
wsBinary | WebsocketConnection | protected |
wsConnect | WebsocketConnection | protected |
wsDisconnect | WebsocketConnection | protected |
wsMessage | WebsocketConnection | protected |
wsPong | WebsocketConnection | protected |
~WebsocketConnection() | WebsocketConnection | inlineprotectedvirtual |