org.netbeans.core
Class ProxyAutoConfig
java.lang.Object
org.netbeans.core.ProxyAutoConfig
public class ProxyAutoConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static ProxyAutoConfig get(String pacFile)
- Parameters:
pacFile - The string to be parsed into a URI
- Returns:
- ProxyAutoConfig for given pacFile or
null if constructor failed
getPacURI
public URI getPacURI()
findProxyForURL
public List<Proxy> findProxyForURL(URI u)