|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |