|
||||||||||
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)
Returns the specfied proxy settings. |
void |
updateProxyConfiguration(ProxyConfiguration configuration,
int type)
Updates appropriate proxy settings. |
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)
type
- must be one of the following constants:
ProxyConfiguration.Type.GLOBAL or ProxyConfiguration.Type.PROCESS
public void updateProxyConfiguration(ProxyConfiguration configuration, int type)
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 |