net.orpiske.ssps.sdm.utils.net
Class HttpProxy

java.lang.Object
  extended by net.orpiske.ssps.sdm.utils.net.HttpProxy

public class HttpProxy
extends Object

HTTP Proxy settings

Author:
Otavio R. Piske

Constructor Summary
HttpProxy()
           
 
Method Summary
 void setIgnored(String hostList)
          Sets the non-proxy hosts list
 void setProxy(String host, String port)
          Sets the proxy information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProxy

public HttpProxy()
Method Detail

setProxy

public void setProxy(String host,
                     String port)
Sets the proxy information

Parameters:
host - proxy server host
port - 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.