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

/external/chromium_org/third_party/webrtc/base/
H A Dproxyserver.h80 // SocksProxyServer is a simple extension of ProxyServer to implement SOCKS.
81 class SocksProxyServer : public ProxyServer { class in namespace:rtc
83 SocksProxyServer(SocketFactory* int_factory, const SocketAddress& int_addr, function in class:rtc::SocksProxyServer
91 DISALLOW_EVIL_CONSTRUCTORS(SocksProxyServer);

Completed in 75 milliseconds