Uses of Package
org.globus.ftp.dc
-
Packages that use org.globus.ftp.dc Package Description org.globus.ftp.dc org.globus.ftp.extended org.globus.ftp.vanilla -
Classes in org.globus.ftp.dc used by org.globus.ftp.dc Class Description AbstractDataChannel AsciiTranslator DataChannel DataChannelFactory DataChannelReader DataChannelWriter EBlockAware Represents a data channel reader or writer aware of being in one of a pool of asynchronous data channelsEBlockParallelTransferContext 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.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.
In previous version, the data channel would perform socket initialization (server.accept() etc.).SimpleSocketBox SimpleTransferContext transfer context for single threaded transfers using 1 data channel.SocketBox SocketOperator Callback operating on a socketBox.SocketPool Represents a set of open sockets that are being cached for subsequent transfers.StreamImageDCReader StreamImageDCWriter StripeContextManager StripeContextManager.StripeTransferContext Task TaskThread TaskThread.Buffer TransferContext Represents an environment shared by all data channels performing the same transfer.TransferSinkThread Implements incoming transfer.TransferSourceThread Implements outgoing transfer.TransferThread TransferThreadFactory TransferThreadManager -
Classes in org.globus.ftp.dc used by org.globus.ftp.extended Class Description SocketPool Represents a set of open sockets that are being cached for subsequent transfers.StripeContextManager TransferContext Represents an environment shared by all data channels performing the same transfer.TransferThreadManager -
Classes in org.globus.ftp.dc used by org.globus.ftp.vanilla Class Description ActiveConnectTask Makes a connection to a remote data channel (FTPClient use only).DataChannelFactory 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.Task TaskThread TransferContext Represents an environment shared by all data channels performing the same transfer.