Class WebSocketClient::WebSocketClientImpl¶
Defined in File websocket.cpp
Nested Relationships¶
This class is a nested type of Class WebSocketClient.
Class Documentation¶
-
class WebSocketClientImpl
Public Functions
-
inline WebSocketClientImpl(const std::string &ws_address, const std::string &http_address)
-
inline ~WebSocketClientImpl()
-
WebSocketClientImpl(WebSocketClientImpl const&) = delete
Copy constructor.
-
WebSocketClientImpl &operator=(const WebSocketClientImpl&) = delete
Copy assignment constructor.
-
WebSocketClientImpl(WebSocketClientImpl &&other) = delete
Move constructor.
-
WebSocketClientImpl &operator=(WebSocketClientImpl &&other) = delete
Move assignment constructor.
-
inline void connect()
-
inline std::string recv()
-
inline drogon::WebSocketClient *getWsClient()
-
inline HttpClient *getHttpClient()
-
inline WebSocketClientImpl(const std::string &ws_address, const std::string &http_address)