Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
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, uint32_t sslOptions=0) | WebsocketClient | |
disconnect() SMING_DEPRECATED | 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() (defined in WebsocketClient) | 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 |
setUserData(void *userData) | WebsocketConnection | inlineprotected |
state (defined in WebsocketConnection) | WebsocketConnection | protected |
staticOnControlBegin(void *userData, ws_frame_type_t type) (defined in WebsocketConnection) | WebsocketConnection | protectedstatic |
staticOnControlEnd(void *userData) (defined in WebsocketConnection) | WebsocketConnection | protectedstatic |
staticOnControlPayload(void *userData, const char *, size_t length) (defined in WebsocketConnection) | WebsocketConnection | protectedstatic |
staticOnDataBegin(void *userData, ws_frame_type_t type) (defined in WebsocketConnection) | WebsocketConnection | protectedstatic |
staticOnDataEnd(void *userData) (defined in WebsocketConnection) | WebsocketConnection | protectedstatic |
staticOnDataPayload(void *userData, const char *at, size_t length) (defined in WebsocketConnection) | WebsocketConnection | protectedstatic |
userData (defined in WebsocketConnection) | WebsocketConnection | protected |
verifyKey(HttpConnection &connection, HttpResponse &response) (defined in WebsocketClient) | WebsocketClient | protected |
WebsocketClient() (defined in WebsocketClient) | WebsocketClient | inline |
WebsocketClient(HttpConnection *connection) (defined in WebsocketClient) | WebsocketClient | inline |
WebsocketConnection(HttpConnection *connection, bool isClientConnection=true) | WebsocketConnection | protected |
wsBinary (defined in WebsocketConnection) | WebsocketConnection | protected |
wsConnect (defined in WebsocketConnection) | WebsocketConnection | protected |
wsDisconnect (defined in WebsocketConnection) | WebsocketConnection | protected |
wsMessage (defined in WebsocketConnection) | WebsocketConnection | protected |
~WebsocketConnection() (defined in WebsocketConnection) | WebsocketConnection | inlineprotectedvirtual |