|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTPProgressMonitor | |
|---|---|
| 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.ssh | Contains classes for SFTP (FTP via SSH) client functionality. |
| Uses of FTPProgressMonitor in com.enterprisedt.net.ftp |
|---|
| Subinterfaces of FTPProgressMonitor in com.enterprisedt.net.ftp | |
|---|---|
interface |
FTPProgressMonitorEx
Enhances FTPProgressMonitor to add notifications for start and completion of the transfer. |
| Fields in com.enterprisedt.net.ftp declared as FTPProgressMonitor | |
|---|---|
protected FTPProgressMonitor |
FTPClient.monitor
Progress monitor |
| Methods in com.enterprisedt.net.ftp that return FTPProgressMonitor | |
|---|---|
FTPProgressMonitor |
FTPClient.getProgressMonitor()
Get the reference to the progress monitor |
| Methods in com.enterprisedt.net.ftp with parameters of type FTPProgressMonitor | |
|---|---|
void |
FTPClientInterface.setProgressMonitor(FTPProgressMonitor monitor)
Set a progress monitor for callbacks. |
void |
FTPClient.setProgressMonitor(FTPProgressMonitor monitor)
|
void |
FTPClientInterface.setProgressMonitor(FTPProgressMonitor monitor,
long interval)
Set a progress monitor for callbacks. |
void |
FTPClient.setProgressMonitor(FTPProgressMonitor monitor,
long interval)
|
| Uses of FTPProgressMonitor in com.enterprisedt.net.ftp.ssh |
|---|
| Methods in com.enterprisedt.net.ftp.ssh that return FTPProgressMonitor | |
|---|---|
FTPProgressMonitor |
SSHFTPClient.getProgressMonitor()
Get the reference to the progress monitor |
| Methods in com.enterprisedt.net.ftp.ssh with parameters of type FTPProgressMonitor | |
|---|---|
void |
SSHFTPClient.setProgressMonitor(FTPProgressMonitor monitor)
|
void |
SSHFTPClient.setProgressMonitor(FTPProgressMonitor monitor,
long interval)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||