public class IEProxyConfig extends Object
| Constructor | Description |
|---|---|
IEProxyConfig(boolean autoDetect,
String autoConfigUrl,
String proxy,
String proxyBypass) |
Constructor
|
| Modifier and Type | Method | 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 © 2019. All rights reserved.