List of usage examples for android.net ProxyInfo ProxyInfo
public ProxyInfo(ProxyInfo source)
From source file:android.net.ProxyInfo.java
/** * Construct a {@link ProxyInfo} that will download and run the PAC script * at the specified URL.//from w w w . j a v a2 s. c o m */ public static ProxyInfo buildPacProxy(Uri pacUri) { return new ProxyInfo(pacUri); }