public interface ProxySettings
| Modifier and Type | Method and Description |
|---|---|
int |
getPort()
Returns the proxy port.
|
java.lang.String[] |
getProxyBypass()
Returns the proxy bypass.
|
java.lang.String |
getURL()
Returns the proxy URL.
|
boolean |
isSet()
Returns
true if proxy is set; false otherwise. |
boolean isSet()
true if proxy is set; false otherwise.java.lang.String getURL()
int getPort()
java.lang.String[] getProxyBypass()