|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTPProgressMonitorEx | |
|---|---|
| com.enterprisedt.net.ftp | FileTransferClient is the key
class for edtFTPj/Free and provides basic
FTP features; SecureFileTransferClient
(edtFTPj/PRO only)
adds support for secure file transfer via the SFTP and FTPS protocols, as well as advanced FTP features. |
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||