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::TcpClient | private |
| stt::network::TcpFDHandler::close(const bool &cle=true) | stt::network::TcpFDHandler | private |
| connect(const std::string &url, const int &min=20) | stt::network::WebSocketClient | |
| getServerIp() | stt::network::WebSocketClient | inline |
| getServerPort() | stt::network::WebSocketClient | inline |
| getServerPortNumber() | stt::network::WebSocketClient | inline |
| getUrl() | stt::network::WebSocketClient | inline |
| isConnect() | stt::network::WebSocketClient | inline |
| 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::WebSocketClient | inline |
| WebSocketClient(const bool &TLS=false, const char *ca="", const char *cert="", const char *key="", const char *passwd="") | stt::network::WebSocketClient | inline |
| ~WebSocketClient() | stt::network::WebSocketClient | |