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() | WebsocketClient | |
| connect(const Url &url) | WebsocketClient | |
| getActiveWebsockets() | WebsocketConnection | inlineprotectedstatic |
| getConnection() | WebsocketConnection | inlineprotected |
| getHttpConnection() | WebsocketClient | |
| getState() | WebsocketClient | inline |
| 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) | WebsocketClient | |
| send(const String &message, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketClient | inline |
| send(IDataSourceStream *source, ws_frame_type_t type=WS_FRAME_TEXT, bool useMask=false, bool isFin=true) | WebsocketClient | |
| WebsocketConnection::send(const char *message, size_t length, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | protected |
| WebsocketConnection::send(const String &message, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | inlineprotected |
| WebsocketConnection::send(IDataSourceStream *source, ws_frame_type_t type=WS_FRAME_TEXT, bool useMask=false, bool isFin=true) | WebsocketConnection | protected |
| sendBinary(const uint8_t *data, size_t length) | WebsocketClient | inline |
| WebsocketConnection::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) | WebsocketClient | inline |
| WebsocketConnection::sendString(const String &message) | WebsocketConnection | inlineprotected |
| setBinaryHandler(WebsocketBinaryDelegate handler) | WebsocketClient | inline |
| WebsocketConnection::setBinaryHandler(WebsocketBinaryDelegate handler) | WebsocketConnection | inlineprotected |
| setConnection(HttpConnection *connection, bool isClientConnection=true) | WebsocketConnection | protected |
| setConnectionHandler(WebsocketDelegate handler) | WebsocketClient | inline |
| WebsocketConnection::setConnectionHandler(WebsocketDelegate handler) | WebsocketConnection | inlineprotected |
| setDisconnectionHandler(WebsocketDelegate handler) | WebsocketClient | inline |
| WebsocketConnection::setDisconnectionHandler(WebsocketDelegate handler) | WebsocketConnection | inlineprotected |
| setMessageHandler(WebsocketMessageDelegate handler) | WebsocketClient | inline |
| WebsocketConnection::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(HttpConnection *connection=nullptr) | WebsocketClient | inline |
| WebsocketConnection(HttpConnection *connection=nullptr, bool isClientConnection=true) | WebsocketConnection | protected |
| wsBinary | WebsocketConnection | protected |
| wsConnect | WebsocketConnection | protected |
| wsDisconnect | WebsocketConnection | protected |
| wsMessage | WebsocketConnection | protected |
| wsPong | WebsocketConnection | protected |
| ~WebsocketConnection() | WebsocketConnection | inlineprotectedvirtual |
1.9.1