Uses of Class
org.globus.ftp.dc.Task
-
Packages that use Task Package Description org.globus.ftp.dc -
-
Uses of Task in org.globus.ftp.dc
Subclasses of Task in org.globus.ftp.dc Modifier and Type Class Description classActiveConnectTaskMakes a connection to a remote data channel (FTPClient use only).classActiveStartTransferTaskThis task will start the transfer on the supplied socket.classGridFTPActiveConnectTaskUnlike in the parent class, here we use authentication and protection.classGridFTPPassiveConnectTaskUnlike in the parent class, here we use authentication and protection.classPassiveConnectTaskThis task will wait on the local server for the new incoming connection and when it comes it will start a new transfer thread on the new connection.Methods in org.globus.ftp.dc that return Task Modifier and Type Method Description TaskTaskThread. getNextTask()Methods in org.globus.ftp.dc with parameters of type Task Modifier and Type Method Description voidTaskThread. runTask(Task task)
-