net.orpiske.ssps.sdm.utils.net
Class HttpProxy
java.lang.Object
net.orpiske.ssps.sdm.utils.net.HttpProxy
public class HttpProxy
- extends Object
HTTP Proxy settings
- Author:
- Otavio R. Piske
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpProxy
public HttpProxy()
setProxy
public void setProxy(String host,
String port)
- Sets the proxy information
- Parameters:
host
- proxy server hostport
- proxy server port
setIgnored
public void setIgnored(String hostList)
- Sets the non-proxy hosts list
- Parameters:
hostList
- A list with values separated by "|". It may use * for
wild cards. Check Oracle documentation for proxies.
Copyright © 2013. All Rights Reserved.