Uses of Class org.globus.ftp.dc.AbstractDataChannel (Java Globus API)

Uses of Class
org.globus.ftp.dc.AbstractDataChannel

Packages that use AbstractDataChannel
org.globus.ftp.dc   
 

Uses of AbstractDataChannel in org.globus.ftp.dc
 

Subclasses of AbstractDataChannel in org.globus.ftp.dc
 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.