|
IcedTea-Web Plugin |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.ProxySelector
net.sourceforge.jnlp.runtime.JNLPProxySelector
sun.applet.PluginProxySelector
public class PluginProxySelector
Proxy selector implementation for plugin network functions. This class fetches proxy information from the web browser and uses that information in the context of all network connection (plugin specific and applet connections) as applicable
Field Summary |
---|
Fields inherited from class net.sourceforge.jnlp.runtime.JNLPProxySelector |
---|
FALLBACK_PROXY_PORT, PROXY_TYPE_AUTO, PROXY_TYPE_BROWSER, PROXY_TYPE_MANUAL, PROXY_TYPE_NONE, PROXY_TYPE_UNKNOWN |
Constructor Summary | |
---|---|
PluginProxySelector()
|
Method Summary | |
---|---|
protected java.util.List<java.net.Proxy> |
getFromBrowser(java.net.URI uri)
Selects the appropriate proxy (or DIRECT connection method) for the given URI |
Methods inherited from class net.sourceforge.jnlp.runtime.JNLPProxySelector |
---|
connectFailed, getFromPAC, getProxiesFromPacResult, select |
Methods inherited from class java.net.ProxySelector |
---|
getDefault, setDefault |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginProxySelector()
Method Detail |
---|
protected java.util.List<java.net.Proxy> getFromBrowser(java.net.URI uri)
getFromBrowser
in class net.sourceforge.jnlp.runtime.JNLPProxySelector
uri
- The URI being accessed
|
IcedTea-Web Plugin |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |