Searched refs:TcpClient (Results 1 – 3 of 3) sorted by relevance
54 TcpClient::TcpClient(std::string host, int port, std::chrono::seconds timeout) in TcpClient() function in cuttlefish::socket_proxy::TcpClient59 SharedFD TcpClient::Start() { in Start()83 std::string TcpClient::Describe() const { in Describe()
32 class TcpClient : public Client {34 TcpClient(std::string host, int port, std::chrono::seconds timeout = std::chrono::seconds(0));
136 client = std::make_unique<TcpClient>(FLAGS_client_tcp_host, FLAGS_client_tcp_port, in BuildClient()