Uses of Interface org.globus.ftp.dc.DataChannel (Java Globus API)

Uses of Interface
org.globus.ftp.dc.DataChannel

Packages that use DataChannel
org.globus.ftp.dc   
 

Uses of DataChannel in org.globus.ftp.dc
 

Classes in org.globus.ftp.dc that implement DataChannel
 class AbstractDataChannel
           
 class SecureDataChannel
          The only reason for this class to exist is a server side protection mode problem (bug?).
 class 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.
 

Methods in org.globus.ftp.dc that return DataChannel
 DataChannel SimpleDataChannelFactory.getDataChannel(Session state, SocketBox socketBox)
           
 DataChannel SecureDataChannelFactory.getDataChannel(Session session, SocketBox socketBox)
           
 DataChannel DataChannelFactory.getDataChannel(Session state, SocketBox socketBox)