Searched refs:TcpClient (Results 1 – 3 of 3) sorted by relevance
54 TcpClient::TcpClient(std::string host, int port) : host_(std::move(host)), port_(port) {} in TcpClient() function in cuttlefish::socket_proxy::TcpClient56 SharedFD TcpClient::Start() { in Start()80 std::string TcpClient::Describe() const { in Describe()
30 class TcpClient : public Client {32 TcpClient(std::string host, int port);
109 client = std::make_unique<TcpClient>(FLAGS_client_tcp_host, FLAGS_client_tcp_port); in BuildClient()