|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jniwrapper.win32.ie.proxy.ProxyManager
public class ProxyManager
This proxy manager allows working with the global proxy settings and the proxy settings available only for the current process.
| Method Summary | |
|---|---|
static ProxyManager |
getInstance()
Returns the ProxyManager instance. |
ProxyConfiguration |
getProxyConfiguration(int type)
Deprecated. use the Browsers.getProxy() method
instead of the
getProxyConfiguration(ProxyConfiguration.Type.GLOBAL)
and the WebBrowser.getProxy()
method instead of the
getProxyConfiguration(ProxyConfiguration.Type.PROCESS). |
void |
updateProxyConfiguration(ProxyConfiguration configuration,
int type)
Deprecated. use the Browsers.setProxy(ProxyConfiguration)
method instead of the
updateProxyConfiguration(conf, ProxyConfiguration.Type.GLOBAL)
and the WebBrowser.setProxy(ProxyConfiguration)
method instead of the
updateProxyConfiguration(conf, ProxyConfiguration.Type.PROCESS). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ProxyManager getInstance()
public ProxyConfiguration getProxyConfiguration(int type)
Browsers.getProxy() method
instead of the
getProxyConfiguration(ProxyConfiguration.Type.GLOBAL)
and the WebBrowser.getProxy()
method instead of the
getProxyConfiguration(ProxyConfiguration.Type.PROCESS).
type - must be one of the following constants:
ProxyConfiguration.Type.GLOBAL or ProxyConfiguration.Type.PROCESS
public void updateProxyConfiguration(ProxyConfiguration configuration,
int type)
Browsers.setProxy(ProxyConfiguration)
method instead of the
updateProxyConfiguration(conf, ProxyConfiguration.Type.GLOBAL)
and the WebBrowser.setProxy(ProxyConfiguration)
method instead of the
updateProxyConfiguration(conf, ProxyConfiguration.Type.PROCESS).
configuration - the new proxy settingstype - must be one of the following constants:
ProxyConfiguration.Type.GLOBAL or ProxyConfiguration.Type.PROCESS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||