|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticsObserver
Internal class, do not use directly. FTP statistics observer interface.
Method Summary | |
---|---|
void |
notifyCloseConnection()
Connection close notification |
void |
notifyDelete()
User file delete notification. |
void |
notifyDownload()
User file download notification. |
void |
notifyLogin(boolean anonymous)
New user login notification. |
void |
notifyLoginFail(InetAddress address)
Failed user login notification. |
void |
notifyLogout(boolean anonymous)
User logout notification. |
void |
notifyMkdir()
User make directory notification. |
void |
notifyOpenConnection()
Connection open notification |
void |
notifyRmdir()
User remove directory notification. |
void |
notifyUpload()
User file upload notification. |
Method Detail |
---|
void notifyUpload()
void notifyDownload()
void notifyDelete()
void notifyMkdir()
void notifyRmdir()
void notifyLogin(boolean anonymous)
void notifyLoginFail(InetAddress address)
address
- Remote address that the failure came fromvoid notifyLogout(boolean anonymous)
void notifyOpenConnection()
void notifyCloseConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |