Uses of Package
org.globus.ftp.vanilla

Packages that use org.globus.ftp.vanilla
org.globus.ftp   
org.globus.ftp.dc   
org.globus.ftp.exception   
org.globus.ftp.extended   
org.globus.ftp.vanilla   
org.globus.io.streams Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File. 
 

Classes in org.globus.ftp.vanilla used by org.globus.ftp
BasicClientControlChannel
          Basic subset of client side control channel functionality, enough to implement the part of transfer after sending transfer command (RETR) up until receiving 200 reply.
Command
          Represents an FTP Control Channel Command
FTPControlChannel
           Represents FTP Protocol Interpreter.
FTPServerFacade
           This class is not ment directly for the users.
Reply
           Represents the FTP reply.
TransferState
           
 

Classes in org.globus.ftp.vanilla used by org.globus.ftp.dc
BasicServerControlChannel
          Basic subset of server side control channel functionality.
Reply
           Represents the FTP reply.
 

Classes in org.globus.ftp.vanilla used by org.globus.ftp.exception
Reply
           Represents the FTP reply.
 

Classes in org.globus.ftp.vanilla used by org.globus.ftp.extended
BasicClientControlChannel
          Basic subset of client side control channel functionality, enough to implement the part of transfer after sending transfer command (RETR) up until receiving 200 reply.
FTPControlChannel
           Represents FTP Protocol Interpreter.
FTPServerFacade
           This class is not ment directly for the users.
 

Classes in org.globus.ftp.vanilla used by org.globus.ftp.vanilla
BasicClientControlChannel
          Basic subset of client side control channel functionality, enough to implement the part of transfer after sending transfer command (RETR) up until receiving 200 reply.
BasicServerControlChannel
          Basic subset of server side control channel functionality.
Command
          Represents an FTP Control Channel Command
Flag
          A semaphore
FTPControlChannel
           Represents FTP Protocol Interpreter.
FTPServerFacade.LocalControlChannel
          This inner class represents a local control channel.
Reply
           Represents the FTP reply.
TransferMonitor
           
TransferState
           
 

Classes in org.globus.ftp.vanilla used by org.globus.io.streams
TransferState
           
 



Copyright © 2013. All Rights Reserved.