Definition at line 156 of file websocket_client.cc.
◆ Connect()
absl::Status yaze::net::WebSocketClient::Impl::Connect |
( |
const std::string & |
, |
|
|
int |
|
|
) |
| |
|
inline |
◆ Disconnect()
void yaze::net::WebSocketClient::Impl::Disconnect |
( |
| ) |
|
|
inline |
◆ Send()
absl::Status yaze::net::WebSocketClient::Impl::Send |
( |
const std::string & |
| ) |
|
|
inline |
◆ SetMessageCallback()
void yaze::net::WebSocketClient::Impl::SetMessageCallback |
( |
std::function< void(const std::string &)> |
| ) |
|
|
inline |
◆ SetErrorCallback()
void yaze::net::WebSocketClient::Impl::SetErrorCallback |
( |
std::function< void(const std::string &)> |
| ) |
|
|
inline |
◆ IsConnected()
bool yaze::net::WebSocketClient::Impl::IsConnected |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: