org.netbeans.core/2 3.32

org.netbeans.core
Class ProxyAutoConfig

java.lang.Object
  extended by org.netbeans.core.ProxyAutoConfig

public class ProxyAutoConfig
extends Object


Method Summary
 List<Proxy> findProxyForURL(URI u)
           
static ProxyAutoConfig get(String pacFile)
           
 URI getPacURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

org.netbeans.core/2 3.32

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.