|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.runtime.FakePacEvaluator
public class FakePacEvaluator
A dummy PacEvaluator that always returns "DIRECT"
Constructor Summary | |
---|---|
FakePacEvaluator()
|
Method Summary | |
---|---|
java.lang.String |
getProxies(java.net.URL url)
Get the proxies for accessing a given URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FakePacEvaluator()
Method Detail |
---|
public java.lang.String getProxies(java.net.URL url)
PacEvaluator
getProxies
in interface PacEvaluator
url
- the url for which a proxy is desired
"PROXY foo.example.com:8080; PROXY bar.example.com:8080; DIRECT"
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |