#include <client.h>
◆ TcpClient()
cuttlefish::socket_proxy::TcpClient::TcpClient |
( |
std::string |
host, |
|
|
int |
port, |
|
|
std::chrono::seconds |
timeout = std::chrono::seconds(0) |
|
) |
| |
◆ Describe()
std::string cuttlefish::socket_proxy::TcpClient::Describe |
( |
| ) |
const |
|
overridevirtual |
◆ Start()
SharedFD cuttlefish::socket_proxy::TcpClient::Start |
( |
| ) |
|
|
overridevirtual |
◆ host_
std::string cuttlefish::socket_proxy::TcpClient::host_ |
|
private |
◆ last_failure_reason_
int cuttlefish::socket_proxy::TcpClient::last_failure_reason_ = 0 |
|
private |
◆ port_
int cuttlefish::socket_proxy::TcpClient::port_ |
|
private |
◆ timeout_
std::chrono::seconds cuttlefish::socket_proxy::TcpClient::timeout_ |
|
private |
The documentation for this class was generated from the following files:
- cuttlefish/common/frontend/socket_vsock_proxy/client.h
- cuttlefish/common/frontend/socket_vsock_proxy/client.cpp