Uses of Class
org.globus.ftp.GridFTPSession

Packages that use GridFTPSession
org.globus.ftp   
org.globus.ftp.app   
org.globus.ftp.dc   
org.globus.ftp.extended   
 

Uses of GridFTPSession in org.globus.ftp
 

Fields in org.globus.ftp declared as GridFTPSession
protected  GridFTPSession GridFTPClient.gSession
           
 

Uses of GridFTPSession in org.globus.ftp.app
 

Subclasses of GridFTPSession in org.globus.ftp.app
 class TransferParams
          Represents parameters of a transfer.
 

Uses of GridFTPSession in org.globus.ftp.dc
 

Fields in org.globus.ftp.dc declared as GridFTPSession
protected  GridFTPSession TransferThreadManager.gSession
           
protected  GridFTPSession GridFTPDataChannel.gSession
           
protected  GridFTPSession GridFTPActiveConnectTask.gSession
           
 

Constructors in org.globus.ftp.dc with parameters of type GridFTPSession
GridFTPActiveConnectTask(HostPort hostPort, BasicServerControlChannel control, SocketBox box, GridFTPSession gSession)
           
GridFTPPassiveConnectTask(java.net.ServerSocket myServer, DataSink sink, BasicServerControlChannel control, GridFTPSession session, DataChannelFactory factory, EBlockParallelTransferContext context)
           
GridFTPPassiveConnectTask(java.net.ServerSocket myServer, DataSource source, BasicServerControlChannel control, GridFTPSession session, DataChannelFactory factory, EBlockParallelTransferContext context)
           
TransferThreadManager(SocketPool socketPool, GridFTPServerFacade facade, BasicServerControlChannel myControlChannel, GridFTPSession gSession)
           
 

Uses of GridFTPSession in org.globus.ftp.extended
 

Fields in org.globus.ftp.extended declared as GridFTPSession
protected  GridFTPSession GridFTPServerFacade.gSession