Uses of Class
org.apache.ftpserver.FtpConfig

Packages that use FtpConfig
org.apache.ftpserver   
org.apache.ftpserver.remote   
 

Uses of FtpConfig in org.apache.ftpserver
 

Fields in org.apache.ftpserver declared as FtpConfig
protected  FtpConfig BaseFtpConnection.mConfig
           
 

Methods in org.apache.ftpserver that return FtpConfig
 FtpConfig BaseFtpConnection.getConfig()
          Get config object
 

Constructors in org.apache.ftpserver with parameters of type FtpConfig
FtpWriter(java.net.Socket soc, FtpConfig config)
          Constructor - set the actual writer object
BaseFtpConnection(FtpConfig ftpConfig)
          Set configuration file and the control socket.
ConnectionService(FtpConfig cfg)
          Constructor.
FtpStatistics(FtpConfig cfg)
          Default constructor.
SiteCommandHandler(FtpConfig cfg, FtpUser user)
          Constructor - set the configuration object
FtpConnection(FtpConfig cfg)
          Set configuration file and the control socket.
 

Uses of FtpConfig in org.apache.ftpserver.remote
 

Methods in org.apache.ftpserver.remote that return FtpConfig
 FtpConfig FtpConfig.getConfig()
          Get config
 

Constructors in org.apache.ftpserver.remote with parameters of type FtpConfig
FtpConfig(FtpConfig config)
          Constructor - sets the actual config object.
RemoteHandler(FtpConfig config)
          Constructor - set the actual user config object
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.