public static class ProxyDetector.ProxySettings extends Object
Constructor and Description |
---|
ProxyDetector.ProxySettings() |
Modifier and Type | Method and Description |
---|---|
String |
getHttpProxyHost() |
int |
getHttpProxyPort() |
String |
getHttpsProxyHost() |
int |
getHttpsProxyPort() |
List<String> |
getNonProxyHosts() |
void |
setHttpProxyHost(String httpProxyHost) |
void |
setHttpProxyPort(int httpProxyPort) |
void |
setHttpsProxyHost(String httpsProxyHost) |
void |
setHttpsProxyPort(int httpsProxyPort) |
void |
setNonProxyHosts(List<String> nonProxyHosts) |
String |
toJavaConfigString() |
String |
toString() |
public String getHttpProxyHost()
public void setHttpProxyHost(String httpProxyHost)
public int getHttpProxyPort()
public void setHttpProxyPort(int httpProxyPort)
public String getHttpsProxyHost()
public void setHttpsProxyHost(String httpsProxyHost)
public int getHttpsProxyPort()
public void setHttpsProxyPort(int httpsProxyPort)
public String toJavaConfigString()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.