public interface Proxy
HttpClient
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHost()
The host that proxied requests will be sent.
|
java.util.Collection<java.lang.String> |
getNonProxyHosts()
A collection of patterns which if any or matched, the outgoing request will bypass the HTTP proxy.
|
int |
getPort()
The port on the proxy where proxied requests will be sent.
|
java.lang.String getHost()
int getPort()
java.util.Collection<java.lang.String> getNonProxyHosts()
The format of the values in this list follow the standard Java Networking and Proxies standards.