Uses of Class
com.Prominic.jFTPd.FTPHandler

Packages that use FTPHandler
com.Prominic.jFTPd   
 

Uses of FTPHandler in com.Prominic.jFTPd
 

Fields in com.Prominic.jFTPd declared as FTPHandler
protected static FTPHandler AdminConnection.ftpHandler
          The server object.
(package private)  FTPHandler RmtCtrlGeneratorImpl.handler
           
(package private)  FTPHandler FTPRemoteCtrlImpl.handler
           
private static FTPHandler FTPdAsService.handler
           
private static FTPHandler FTPd.handler
           
 

Methods in com.Prominic.jFTPd that return FTPHandler
static FTPHandler FTPd.getFTPHandler()
          Returns the FTPHandler (connection handler) of the server.
static FTPHandler FTPd.installHandler(java.lang.String[] args)
          Installs the FTP handler - which will process the command line arguments, disply the copyright, read the configuration file and spawn FTP connections.
 

Constructors in com.Prominic.jFTPd with parameters of type FTPHandler
FTPRemoteCtrlImpl(FTPHandler handler)
          Creates an FTPRemoteCtrlImpl object.
RmtCtrlGeneratorImpl(FTPHandler handler)