Searched defs:SocksProxyServer (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dproxyserver.h84 // SocksProxyServer is a simple extension of ProxyServer to implement SOCKS.
85 class SocksProxyServer : public ProxyServer { class in namespace:rtc
87 SocksProxyServer(SocketFactory* int_factory, const SocketAddress& int_addr, function in class:rtc::SocksProxyServer
93 RTC_DISALLOW_COPY_AND_ASSIGN(SocksProxyServer);

Completed in 378 milliseconds