WebsocketConnection Member List

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)WebsocketConnectionstatic
broadcast(const String &message, ws_frame_type_t type=WS_FRAME_TEXT)WebsocketConnectioninlinestatic
close()WebsocketConnection
getActiveWebsockets()WebsocketConnectioninlinestatic
getConnection()WebsocketConnectioninline
getState()WebsocketConnectioninline
getUserData()WebsocketConnectioninline
onConnected()WebsocketConnection
operator==(const WebsocketConnection &rhs) constWebsocketConnectioninline
processFrame(TcpClient &client, char *at, int size)WebsocketConnectionprotected
reset()WebsocketConnection
send(const char *message, size_t length, ws_frame_type_t type=WS_FRAME_TEXT)WebsocketConnection
send(const String &message, ws_frame_type_t type=WS_FRAME_TEXT)WebsocketConnectioninline
send(IDataSourceStream *source, ws_frame_type_t type=WS_FRAME_TEXT, bool useMask=false, bool isFin=true)WebsocketConnection
sendBinary(const uint8_t *data, size_t length)WebsocketConnectioninline
sendString(const String &message)WebsocketConnectioninline
setBinaryHandler(WebsocketBinaryDelegate handler)WebsocketConnectioninline
setConnection(HttpConnection *connection, bool isClientConnection=true)WebsocketConnection
setConnectionHandler(WebsocketDelegate handler)WebsocketConnectioninline
setDisconnectionHandler(WebsocketDelegate handler)WebsocketConnectioninline
setMessageHandler(WebsocketMessageDelegate handler)WebsocketConnectioninline
setPongHandler(WebsocketDelegate handler)WebsocketConnectioninline
setUserData(void *userData)WebsocketConnectioninline
stateWebsocketConnectionprotected
staticOnControlBegin(void *userData, ws_frame_type_t type)WebsocketConnectionprotectedstatic
staticOnControlEnd(void *userData)WebsocketConnectionprotectedstatic
staticOnControlPayload(void *userData, const char *, size_t length)WebsocketConnectionprotectedstatic
staticOnDataBegin(void *userData, ws_frame_type_t type)WebsocketConnectionprotectedstatic
staticOnDataEnd(void *userData)WebsocketConnectionprotectedstatic
staticOnDataPayload(void *userData, const char *at, size_t length)WebsocketConnectionprotectedstatic
userDataWebsocketConnectionprotected
WebsocketConnection(HttpConnection *connection=nullptr, bool isClientConnection=true)WebsocketConnection
wsBinaryWebsocketConnectionprotected
wsConnectWebsocketConnectionprotected
wsDisconnectWebsocketConnectionprotected
wsMessageWebsocketConnectionprotected
wsPongWebsocketConnectionprotected
~WebsocketConnection()WebsocketConnectioninlinevirtual