Package | Description |
---|---|
org.globus.ftp.dc |
Modifier and Type | Class and 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 and Description |
---|---|
Task |
TaskThread.getNextTask() |
Modifier and Type | Method and Description |
---|---|
void |
TaskThread.runTask(Task task) |
Copyright © 2016. All rights reserved.