Uses of Class
com.enterprisedt.util.proxy.ProxySettings

Packages that use ProxySettings
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
com.enterprisedt.net.ftp.pro Contains classes for enhanced FTP client functionality. 
com.enterprisedt.net.ftp.ssh Contains classes for SFTP (FTP via SSH) client functionality. 
com.enterprisedt.net.ftp.ssl Contains classes for FTPS (FTP over SSL) client functionality. 
com.enterprisedt.util.proxy Contains classes for proxy functionality, including SOCKS and HTTP proxies. 
 

Uses of ProxySettings in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as ProxySettings
protected  ProxySettings SecureFileTransferClient.proxySettings
           
 

Methods in com.enterprisedt.net.ftp that return ProxySettings
 ProxySettings SecureFileTransferClient.getProxySettings()
          Get the proxy settings instance.
 

Uses of ProxySettings in com.enterprisedt.net.ftp.pro
 

Fields in com.enterprisedt.net.ftp.pro declared as ProxySettings
protected  ProxySettings ProFTPClient.proxySettings
          The proxy settings
 

Methods in com.enterprisedt.net.ftp.pro that return ProxySettings
 ProxySettings ProFTPClientInterface.getProxySettings()
          Get the proxy settings instance.
 ProxySettings ProFTPClient.getProxySettings()
          Get the proxy settings instance.
 

Uses of ProxySettings in com.enterprisedt.net.ftp.ssh
 

Fields in com.enterprisedt.net.ftp.ssh declared as ProxySettings
protected  ProxySettings SCPClient.proxySettings
          The proxy settings
 

Methods in com.enterprisedt.net.ftp.ssh that return ProxySettings
 ProxySettings SCPClient.getProxySettings()
          Get the proxy settings instance.
 

Uses of ProxySettings in com.enterprisedt.net.ftp.ssl
 

Constructors in com.enterprisedt.net.ftp.ssl with parameters of type ProxySettings
SSLProxyServerSocket(com.enterprisedt.net.puretls.SSLContext sslContext, ProxySettings proxySettings)
           
 

Uses of ProxySettings in com.enterprisedt.util.proxy
 

Fields in com.enterprisedt.util.proxy declared as ProxySettings
protected  ProxySettings ProxyServerSocket.proxySettings
           
 

Methods in com.enterprisedt.util.proxy with parameters of type ProxySettings
static StreamSocket StreamSocketFactory.getConnectedSocket(java.lang.String host, int port, int socketTimeout, ProxySettings settings)
           
 

Constructors in com.enterprisedt.util.proxy with parameters of type ProxySettings
ProxyServerSocket(ProxySettings proxySettings)
           
 



Copyright © 2001-2011 Enterprise Distributed Technologies Ltd. All Rights Reserved.