Uses of Interface
org.globus.ftp.dc.DataChannel
Packages that use DataChannel
-
Uses of DataChannel in org.globus.ftp.dc
Classes in org.globus.ftp.dc that implement DataChannelModifier and TypeClassDescriptionclass
class
class
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.).Methods in org.globus.ftp.dc that return DataChannelModifier and TypeMethodDescriptionDataChannelFactory.getDataChannel
(Session state, SocketBox socketBox) GridFTPDataChannelFactory.getDataChannel
(Session session, SocketBox socketBox) SimpleDataChannelFactory.getDataChannel
(Session state, SocketBox socketBox) Methods in org.globus.ftp.dc with parameters of type DataChannelModifier and TypeMethodDescriptionGridFTPTransferThreadFactory.getTransferSinkThread
(DataChannel dataChannel, SocketBox socketBox, DataSink sink, BasicServerControlChannel localControlChannel, TransferContext context) SimpleTransferThreadFactory.getTransferSinkThread
(DataChannel dataChannel, SocketBox socketBox, DataSink sink, BasicServerControlChannel localControlChannel, TransferContext context) TransferThreadFactory.getTransferSinkThread
(DataChannel dataChannel, SocketBox socketBox, DataSink sink, BasicServerControlChannel localControlChannel, TransferContext context) GridFTPTransferThreadFactory.getTransferSourceThread
(DataChannel dataChannel, SocketBox socketBox, DataSource source, BasicServerControlChannel localControlChannel, TransferContext context) SimpleTransferThreadFactory.getTransferSourceThread
(DataChannel dataChannel, SocketBox socketBox, DataSource source, BasicServerControlChannel localControlChannel, TransferContext context) TransferThreadFactory.getTransferSourceThread
(DataChannel dataChannel, SocketBox socketBox, DataSource source, BasicServerControlChannel localControlChannel, TransferContext context)