Home
last modified time | relevance | path

Searched refs:TcpClient (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dclient.cpp54 TcpClient::TcpClient(std::string host, int port, std::chrono::seconds timeout) in TcpClient() function in cuttlefish::socket_proxy::TcpClient
59 SharedFD TcpClient::Start() { in Start()
83 std::string TcpClient::Describe() const { in Describe()
Dclient.h32 class TcpClient : public Client {
34 TcpClient(std::string host, int port, std::chrono::seconds timeout = std::chrono::seconds(0));
Dsocket_vsock_proxy.cpp136 client = std::make_unique<TcpClient>(FLAGS_client_tcp_host, FLAGS_client_tcp_port, in BuildClient()