Package | Description |
---|---|
org.globus.ftp.dc |
Modifier and Type | Class | Description |
---|---|---|
class |
ActiveConnectTask |
Makes a connection to a remote data channel (FTPClient use only).
|
class |
ActiveStartTransferTask |
This task will start the transfer on the supplied socket.
|
class |
GridFTPActiveConnectTask |
Unlike in the parent class, here we use authentication
and protection.
|
class |
GridFTPPassiveConnectTask |
Unlike in the parent class, here we use authentication
and protection.
|
class |
PassiveConnectTask |
This 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.
|
Modifier and Type | Method | Description |
---|---|---|
Task |
TaskThread.getNextTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
TaskThread.runTask(Task task) |
Copyright © 2018. All rights reserved.