Android-cuttlefish cvd tool
Classes | Namespaces | Functions
socket2socket_proxy.h File Reference
#include <functional>
#include <memory>
#include <thread>
#include "cuttlefish/common/libs/fs/shared_fd.h"
Include dependency graph for socket2socket_proxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cuttlefish::ProxyServer
 

Namespaces

namespace  cuttlefish
 

Functions

void cuttlefish::Proxy (SharedFD server, std::function< SharedFD()> conn_factory)
 
std::unique_ptr< ProxyServer > cuttlefish::ProxyAsync (SharedFD server, std::function< SharedFD()> conn_factory)