net.orpiske.ssps.sdm.utils.net
Class FtpProxy

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

public class FtpProxy
extends Object

FTP Proxy settings

Author:
Otavio R. Piske

Constructor Summary
FtpProxy()
           
 
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

FtpProxy

public FtpProxy()
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.