All Packages Class Hierarchy This Package Previous Next Index
Class kmy.net.ftpd.FTPDEvent
kmy.net.ftpd.FTPDEvent
- public class FTPDEvent
Event that is generated when connection is established
(empty command) or when a command is received from a
client.
-
FTPDEvent(FTPDConnection, String)
- Create an event
-
getCommand()
- Obtain a command that was sent by the client.
-
getConnection()
- Obtain a connection where event occured
FTPDEvent
public FTPDEvent(FTPDConnection source,
String _command)
- Create an event
getConnection
public FTPDConnection getConnection()
- Obtain a connection where event occured
getCommand
public String getCommand()
- Obtain a command that was sent by the client.
All Packages Class Hierarchy This Package Previous Next Index