WebsocketClient Member List

This is the complete list of members for WebsocketClient, including all inherited members.

activate()WebsocketConnectionprotected
bind(HttpRequest &request, HttpResponse &response)WebsocketConnectionprotected
broadcast(const char *message, size_t length, ws_frame_type_t type=WS_FRAME_TEXT)WebsocketConnectionprotectedstatic
broadcast(const String &message, ws_frame_type_t type=WS_FRAME_TEXT)WebsocketConnectioninlineprotectedstatic
close()WebsocketClient
connect(const Url &url)WebsocketClient
getActiveWebsockets()WebsocketConnectioninlineprotectedstatic
getConnection()WebsocketConnectioninlineprotected
getHttpConnection()WebsocketClient
getState()WebsocketClientinline
getUserData()WebsocketConnectioninlineprotected
onConnected()WebsocketConnectionprotected
operator==(const WebsocketConnection &rhs) constWebsocketConnectioninlineprotected
processFrame(TcpClient &client, char *at, int size)WebsocketConnectionprotected
reset()WebsocketConnectionprotected
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)WebsocketClientinline
send(IDataSourceStream *stream, 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)WebsocketConnectionprotected
WebsocketConnection::send(const String &message, ws_frame_type_t type=WS_FRAME_TEXT)WebsocketConnectioninlineprotected
WebsocketConnection::send(IDataSourceStream *stream, ws_frame_type_t type=WS_FRAME_TEXT, bool useMask=false, bool isFin=true)WebsocketConnectionprotected
sendBinary(const uint8_t *data, size_t length)WebsocketClientinline
WebsocketConnection::sendBinary(const uint8_t *data, size_t length)WebsocketConnectioninlineprotected
sendPing(const String &payload=nullptr)WebsocketClientinline
sendPong(const String &payload=nullptr)WebsocketClientinline
sendString(const String &message)WebsocketClientinline
WebsocketConnection::sendString(const String &message)WebsocketConnectioninlineprotected
setBinaryHandler(WebsocketBinaryDelegate handler)WebsocketClientinline
WebsocketConnection::setBinaryHandler(WebsocketBinaryDelegate handler)WebsocketConnectioninlineprotected
setConnection(HttpConnection *connection, bool isClientConnection=true)WebsocketConnectioninlineprotected
setConnectionHandler(WebsocketDelegate handler)WebsocketClientinline
WebsocketConnection::setConnectionHandler(WebsocketDelegate handler)WebsocketConnectioninlineprotected
setDisconnectionHandler(WebsocketDelegate handler)WebsocketClientinline
WebsocketConnection::setDisconnectionHandler(WebsocketDelegate handler)WebsocketConnectioninlineprotected
setMessageHandler(WebsocketMessageDelegate handler)WebsocketClientinline
WebsocketConnection::setMessageHandler(WebsocketMessageDelegate handler)WebsocketConnectioninlineprotected
setPongHandler(WebsocketDelegate handler)WebsocketConnectioninlineprotected
setSslInitHandler(Ssl::Session::InitDelegate handler)WebsocketClientinline
setUserData(void *userData)WebsocketConnectioninlineprotected
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
verifyKey(HttpConnection &connection, HttpResponse &response)WebsocketClientprotected
WebsocketClient()WebsocketClientinline
WebsocketClient(HttpConnection *connection)WebsocketClientinline
WebsocketConnection(HttpConnection *connection, bool isClientConnection=true)WebsocketConnectionprotected
wsBinaryWebsocketConnectionprotected
wsConnectWebsocketConnectionprotected
wsDisconnectWebsocketConnectionprotected
wsMessageWebsocketConnectionprotected
wsPongWebsocketConnectionprotected
~WebsocketConnection()WebsocketConnectioninlineprotectedvirtual