STTNet 0.7.0
载入中...
搜索中...
未找到
stt::network::WebSocketClient 成员列表

成员的完整列表,这些成员属于 stt::network::WebSocketClient,包括所有继承而来的类成员

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