|
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 WebsocketConnection, including all inherited members.
| activate() | WebsocketConnection | |
| bind(HttpRequest &request, HttpResponse &response) | WebsocketConnection | |
| broadcast(const char *message, size_t length, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | static |
| broadcast(const String &message, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | inlinestatic |
| close() | WebsocketConnection | |
| 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 | inlinestatic |
| getConnection() | WebsocketConnection | inline |
| getState() | WebsocketConnection | inline |
| getUserData() | WebsocketConnection | inline |
| onConnected() | WebsocketConnection | |
| operator==(const WebsocketConnection &rhs) const | WebsocketConnection | inline |
| processFrame(TcpClient &client, char *at, int size) | WebsocketConnection | protected |
| reset() | WebsocketConnection | |
| send(const char *message, size_t length, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | virtual |
| send(const String &message, ws_frame_type_t type=WS_FRAME_TEXT) | WebsocketConnection | inline |
| sendBinary(const uint8_t *data, size_t length) | WebsocketConnection | inline |
| sendString(const String &message) | WebsocketConnection | inline |
| setBinaryHandler(WebsocketBinaryDelegate handler) | WebsocketConnection | inline |
| setConnection(HttpConnection *connection, bool isClientConnection=true) | WebsocketConnection | inline |
| setConnectionHandler(WebsocketDelegate handler) | WebsocketConnection | inline |
| setDisconnectionHandler(WebsocketDelegate handler) | WebsocketConnection | inline |
| setMessageHandler(WebsocketMessageDelegate handler) | WebsocketConnection | inline |
| setUserData(void *userData) | WebsocketConnection | inline |
| 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 |
| WebsocketConnection(HttpConnection *connection, bool isClientConnection=true) | WebsocketConnection | |
| 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 | inlinevirtual |