Uses of Class
com.enterprisedt.net.ftp.async.AsyncResult
Packages that use AsyncResult
Package
Description
This package contains the classes used for asynchronous programming - primarily the XXXResult classes,
which are returned from asynchronous methods and used to provide details about the operation,
such as what file is being transferred.
-
Uses of AsyncResult in com.enterprisedt.net.ftp.async
Subclasses of AsyncResult in com.enterprisedt.net.ftp.asyncModifier and TypeClassDescriptionclassHolds the result of changing the remote directory.classHolds the result of connecting to the serverclassHolds the result of creating a remote directoryclassHolds result of deleting a remote directory.classHolds result of deleting a remote file.classHolds result of deleting multiple remote files.classHolds the result of listing a directoryclassHolds the result of listing a directoryclassHolds the result of listing the names of files and subdirectories in a directoryclassResult returned from disconnect operationclassResult object for downloading byte arrayclassHolds the result of downloading a fileclassHolds the result of an download multiple asynchronous operation.classResult from downloading task as an input streamclassResult of executing a literal command on the serverclassHolds result of checking to see if a remote file exits.classResult of executing a literal command on the serverclassHolds result of getting the modified-time of a remote file.classHolds result of changing the permissions of a remote file or directory.classBase class for result classes that deal with remote files.classBase class for result classes that deal with remote files.classHolds result of renaming a remote file.classHolds result of getting the size of a remote file.classThe result object from a file transfer operation.classHolds the result of an upload file asynchronous operation.classResult from down loading task as an input streamclassHolds the result of an upload file asynchronous operation.classHolds the result of an upload file asynchronous operation.classResult from downloading task as an input streamMethods in com.enterprisedt.net.ftp.async with parameters of type AsyncResult