Uses of Class
com.enterprisedt.net.ftp.async.ConnectResult
Packages that use ConnectResult
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.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 ConnectResult in com.enterprisedt.net.ftp
Methods in com.enterprisedt.net.ftp that return ConnectResultModifier and TypeMethodDescriptionAsyncFileTransferClient.connectAsync(AsyncCallback.Connect callback, Object tag) Make an asynchronous connection to the FTP server. -
Uses of ConnectResult in com.enterprisedt.net.ftp.async
Methods in com.enterprisedt.net.ftp.async with parameters of type ConnectResult