Package org.h2.dev.ftp.server
Class FtpEvent
java.lang.Object
org.h2.dev.ftp.server.FtpEvent
Describes an FTP event. This class is used by the FtpEventListener.
-
Method Summary
Modifier and TypeMethodDescriptionGet the FTP command.Get the FTP control object.getParam()Get the parameter of the FTP command (if any).
-
Method Details
-
getCommand
Get the FTP command. Example: RETR- Returns:
- the command
-
getControl
Get the FTP control object.- Returns:
- the control object
-
getParam
Get the parameter of the FTP command (if any).- Returns:
- the parameter
-