STTNet 0.7.0
Loading...
Searching...
No Matches
stt::network::WebSocketClient Member List

This is the complete list of members for stt::network::WebSocketClient, including all inherited members.

close(const std::string &closeCodeAndMessage, const bool &wait=true)stt::network::WebSocketClient
close(const short &code=1000, const std::string &message="bye", const bool &wait=true)stt::network::WebSocketClient
stt::network::TcpClient::close()stt::network::TcpClientprivate
stt::network::TcpFDHandler::close(const bool &cle=true)stt::network::TcpFDHandlerprivate
connect(const std::string &url, const int &min=20)stt::network::WebSocketClient
getServerIp()stt::network::WebSocketClientinline
getServerPort()stt::network::WebSocketClientinline
getServerPortNumber()stt::network::WebSocketClientinline
getUrl()stt::network::WebSocketClientinline
isConnect()stt::network::WebSocketClientinline
sendMessage(const std::string &message, const std::string &type="0001")stt::network::WebSocketClient
setFunction(std::function< bool(const std::string &message, WebSocketClient &k)> fc)stt::network::WebSocketClientinline
WebSocketClient(const bool &TLS=false, const char *ca="", const char *cert="", const char *key="", const char *passwd="")stt::network::WebSocketClientinline
~WebSocketClient()stt::network::WebSocketClient