Uses of Class
com.enterprisedt.util.proxy.ProxySettings
Packages that use ProxySettings
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.Contains classes for enhanced FTP client functionality.
Contains classes for FTP scripting.
Contains classes for SFTP (FTP via SSH) client functionality.
Contains classes for FTPS (FTP over SSL) client functionality.
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 ProxySettingsMethods in com.enterprisedt.net.ftp that return ProxySettingsModifier and TypeMethodDescriptionSecureFileTransferClient.getProxySettings()Get the proxy settings instance. -
Uses of ProxySettings in com.enterprisedt.net.ftp.pro
Fields in com.enterprisedt.net.ftp.pro declared as ProxySettingsModifier and TypeFieldDescriptionprotected ProxySettingsProFTPClient.proxySettingsThe proxy settingsMethods in com.enterprisedt.net.ftp.pro that return ProxySettingsModifier and TypeMethodDescriptionProFTPClient.getProxySettings()Get the proxy settings instance.ProFTPClientInterface.getProxySettings()Get the proxy settings instance.Constructors in com.enterprisedt.net.ftp.pro with parameters of type ProxySettingsModifierConstructorDescriptionProFTPPassiveDataSocket(String remoteHost, int port, int timeout, ProxySettings proxySettings) -
Uses of ProxySettings in com.enterprisedt.net.ftp.script
Methods in com.enterprisedt.net.ftp.script that return ProxySettingsModifier and TypeMethodDescriptionScriptEngine.getProxySettings()Get the proxy settings to be used -
Uses of ProxySettings in com.enterprisedt.net.ftp.ssh
Fields in com.enterprisedt.net.ftp.ssh declared as ProxySettingsModifier and TypeFieldDescriptionprotected ProxySettingsSCPClient.proxySettingsThe proxy settingsMethods in com.enterprisedt.net.ftp.ssh that return ProxySettings -
Uses of ProxySettings in com.enterprisedt.net.ftp.ssl
Constructors in com.enterprisedt.net.ftp.ssl with parameters of type ProxySettingsModifierConstructorDescriptionSSLProxyServerSocket(com.enterprisedt.net.puretls.SSLContext sslContext, ProxySettings proxySettings) -
Uses of ProxySettings in com.enterprisedt.util.proxy
Fields in com.enterprisedt.util.proxy declared as ProxySettingsMethods in com.enterprisedt.util.proxy with parameters of type ProxySettingsModifier and TypeMethodDescriptionstatic StreamSocketStreamSocketFactory.getConnectedSocket(String host, int port, int socketTimeout, ProxySettings settings) Constructors in com.enterprisedt.util.proxy with parameters of type ProxySettings