Uses of Interface
org.apache.ftpserver.ftplet.FtpStatistics

Packages that use FtpStatistics
org.apache.ftpserver.ftplet   
org.apache.ftpserver.impl Internal classes, do not use directly! 
 

Uses of FtpStatistics in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return FtpStatistics
 FtpStatistics FtpletContext.getFtpStatistics()
          Get ftp statistics.
 

Uses of FtpStatistics in org.apache.ftpserver.impl
 

Subinterfaces of FtpStatistics in org.apache.ftpserver.impl
 interface ServerFtpStatistics
          Internal class, do not use directly. This is same as org.apache.ftpserver.ftplet.FtpStatistics with added observer and setting values functionalities.
 

Classes in org.apache.ftpserver.impl that implement FtpStatistics
 class DefaultFtpStatistics
          Internal class, do not use directly. This is FTP statistics implementation.
 

Methods in org.apache.ftpserver.impl that return FtpStatistics
 FtpStatistics DefaultFtpServerContext.getFtpStatistics()
          Get ftp statistics.
 

Methods in org.apache.ftpserver.impl with parameters of type FtpStatistics
 void DefaultFtpServerContext.setFtpStatistics(FtpStatistics statistics)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.