Package net.sourceforge.jnlp.runtime
Class FakePacEvaluator
java.lang.Object
net.sourceforge.jnlp.runtime.FakePacEvaluator
- All Implemented Interfaces:
PacEvaluator
A dummy PacEvaluator that always returns "DIRECT"
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FakePacEvaluator
public FakePacEvaluator()
-
-
Method Details
-
getProxies
Description copied from interface:PacEvaluator
Get the proxies for accessing a given URL. The result is obtained by evaluating the PAC file with the given url (and the host) as input.- Specified by:
getProxies
in interfacePacEvaluator
- Parameters:
url
- the url for which a proxy is desired- Returns:
- a list of proxies in a string like
"PROXY foo.example.com:8080; PROXY bar.example.com:8080; DIRECT"
-