public class IEProxyConfig extends Object
| Constructor and Description |
|---|
IEProxyConfig(boolean autoDetect,
String autoConfigUrl,
String proxy,
String proxyBypass)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoConfigUrl() |
String |
getProxy() |
String |
getProxyBypass() |
boolean |
isAutoDetect() |
public IEProxyConfig(boolean autoDetect,
String autoConfigUrl,
String proxy,
String proxyBypass)
autoDetect - flag is autodetect is active or not.autoConfigUrl - the URL for a PAC scriptproxy - the proxy server selectedproxyBypass - the proxy bypass address list.public boolean isAutoDetect()
public String getAutoConfigUrl()
public String getProxy()
public String getProxyBypass()
Copyright © 2020. All rights reserved.