Uses of Package
org.globus.ftp.dc
Packages that use org.globus.ftp.dc
-
Classes in org.globus.ftp.dc used by org.globus.ftp.dcClassDescriptionRepresents a data channel reader or writer aware of being in one of a pool of asynchronous data channelsThis 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.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.).transfer context for single threaded transfers using 1 data channel.Callback operating on a socketBox.Represents a set of open sockets that are being cached for subsequent transfers.Represents an environment shared by all data channels performing the same transfer.Implements incoming transfer.Implements outgoing transfer. -
Classes in org.globus.ftp.dc used by org.globus.ftp.extendedClassDescriptionRepresents a set of open sockets that are being cached for subsequent transfers.Represents an environment shared by all data channels performing the same transfer.
-
Classes in org.globus.ftp.dc used by org.globus.ftp.vanillaClassDescriptionMakes a connection to a remote data channel (FTPClient use only).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.Represents an environment shared by all data channels performing the same transfer.