Java Globus API: Package org.globus.ftp.dc

Package org.globus.ftp.dc

Interface Summary
DataChannel  
DataChannelFactory  
DataChannelReader  
DataChannelWriter  
TransferContext Represents an environment shared by all data channels performing the same transfer.
 

Class Summary
AbstractDataChannel  
ActiveConnectTask This task wil initialize SocketBox's socket by connecting to the remote server.
ActiveStartTransferTask This task will start the transfer on the supplied socket.
AsciiTranslator  
EBlockAware Represents a data channel reader or writer aware of being in one of a pool of asynchronous data channels
EBlockImageDCReader  
EBlockImageDCWriter  
EBlockParallelTransferContext  
GridFTPActiveConnectTask Unlike in the parent class, here we use authentication and protection.
GridFTPPassiveConnectTask Unlike in the parent class, here we use authentication and protection.
LocalReply Local server communicate with client with a simplified control channel.
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.
SecureDataChannel  
SecureDataChannelFactory  
SimpleDataChannel Data channel receives in the constructor a socket that should be ready for communication, and starts a new thread that will perform the transfer.
SimpleDataChannelFactory  
SimpleTransferContext transfer context for single threaded transfers using 1 data channel.
SocketBox A container for Socket, making it available to pass a null socket reference.
StreamAsciiDCReader  
StreamAsciiDCWriter  
StreamImageDCReader  
StreamImageDCWriter  
StripeContextManager  
Task  
TaskThread