Uses of Interface
com.enterprisedt.net.ftp.FTPProgressMonitorEx

Packages that use FTPProgressMonitorEx
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. 
 

Uses of FTPProgressMonitorEx in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as FTPProgressMonitorEx
protected  FTPProgressMonitorEx FTPClient.monitorEx
          File transfer listener
 

Methods in com.enterprisedt.net.ftp that return FTPProgressMonitorEx
 FTPProgressMonitorEx FTPClient.getProgressMonitorEx()
          Get reference to the transfer listener
 

Methods in com.enterprisedt.net.ftp with parameters of type FTPProgressMonitorEx
 void FTPOutputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The output stream uses the progress monitor currently owned by the FTP client.
 void FTPInputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The input stream uses the progress monitor currently owned by the FTP client.
 void FTPClient.setProgressMonitorEx(FTPProgressMonitorEx monitorEx)
          Set reference to the transfer listener
 

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

Methods in com.enterprisedt.net.ftp.pro that return FTPProgressMonitorEx
 FTPProgressMonitorEx ProFTPClientInterface.getProgressMonitorEx()
          Get reference to the extended progress monitor
 

Methods in com.enterprisedt.net.ftp.pro with parameters of type FTPProgressMonitorEx
 void ProFTPClientInterface.setProgressMonitorEx(FTPProgressMonitorEx monitorEx)
          Set a extended progress monitor for callbacks.
 

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

Methods in com.enterprisedt.net.ftp.ssh that return FTPProgressMonitorEx
 FTPProgressMonitorEx SSHFTPClient.getProgressMonitorEx()
          Get reference to the transfer listener
 

Methods in com.enterprisedt.net.ftp.ssh with parameters of type FTPProgressMonitorEx
 void SSHFTPOutputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The output stream uses the progress monitor currently owned by the SSHFTPClient.
 void SSHFTPInputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The input stream uses the progress monitor currently owned by the SSHFTPClient.
 void SSHFTPClient.setProgressMonitorEx(FTPProgressMonitorEx monitorEx)
          Set reference to the transfer listener
 



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