public class IEProxySettings extends java.lang.Object implements ProxySettings
Modifier and Type | Class and Description |
---|---|
static class |
IEProxySettings.ServerInfo
This class contains information about sever protocol, proxy addres and port.
|
Constructor and Description |
---|
IEProxySettings()
Creates a new instance of Internet Explorer proxy settings.
|
Modifier and Type | Method and Description |
---|---|
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. |
public IEProxySettings() throws WinHttpException
WinHttpException
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 ProxySettings
true
if proxy is set; false
othewisepublic int getPort()
getPort
in interface ProxySettings
public java.lang.String getURL()
getURL
in interface ProxySettings
public java.lang.String[] getProxyBypass()
getProxyBypass
in interface ProxySettings
public java.util.List getServers()
IEProxySettings.ServerInfo
objects.IEProxySettings.ServerInfo
objects