Android-cuttlefish cvd tool
|
#include <socket2socket_proxy.h>
Public Member Functions | |
ProxyServer (SharedFD server, std::function< SharedFD()> clients_factory) | |
void | Join () |
~ProxyServer () | |
Private Attributes | |
SharedFD | stop_fd_ |
std::thread | server_ |
cuttlefish::ProxyServer::ProxyServer | ( | SharedFD | server, |
std::function< SharedFD()> | clients_factory | ||
) |
cuttlefish::ProxyServer::~ProxyServer | ( | ) |
void cuttlefish::ProxyServer::Join | ( | ) |
|
private |
|
private |