|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.win32.winhttp.IEProxySettings
Provides information about proxy settings of Internet Explorer.
| Nested Class Summary | |
static class |
IEProxySettings.ServerInfo
This class contains information about sever protocol, proxy addres and port. |
| Constructor Summary | |
IEProxySettings()
Creates a new instance of Internet Explorer proxy settings. |
|
| Method Summary | |
java.lang.String |
getAutoConfigURL()
Returns the Auto Config URL. |
int |
getPort()
Returns the proxy port. |
java.lang.String[] |
getProxyBypass()
Returns the proxy bypass. |
java.util.List |
getServers()
Returns the list of IEProxySettings.ServerInfo objects. |
java.lang.String |
getURL()
Returns the proxy URL. |
boolean |
isAutoDetect()
Returns true if autodetection is on; false otherwise. |
boolean |
isSet()
Returns true if proxy is set; false othewise. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IEProxySettings()
throws WinHttpException
WinHttpException| Method Detail |
public boolean isAutoDetect()
true if autodetection is on; false otherwise.
true if autodetection is on; false otherwise.public java.lang.String getAutoConfigURL()
public boolean isSet()
true if proxy is set; false othewise.
isSet in interface ProxySettingstrue if proxy is set; false othewisepublic int getPort()
getPort in interface ProxySettingspublic java.lang.String getURL()
getURL in interface ProxySettingspublic java.lang.String[] getProxyBypass()
getProxyBypass in interface ProxySettingspublic java.util.List getServers()
IEProxySettings.ServerInfo objects.
IEProxySettings.ServerInfo objects
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||