|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.FtpRequest
Ftp command request class. We can access command, line and argument using
{CMD}, {ARG}
within ftp status file. This represents
single Ftp request.
Constructor Summary | |
FtpRequest(java.lang.String commandLine)
Constructor. |
Method Summary | |
java.lang.String |
getArgument()
Get ftp input argument. |
java.lang.String |
getCommand()
Get the ftp command. |
java.lang.String |
getCommandLine()
Get the ftp request line. |
boolean |
hasArgument()
Has argument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FtpRequest(java.lang.String commandLine)
commandLine
- ftp input command line.Method Detail |
public java.lang.String getCommand()
public java.lang.String getArgument()
public java.lang.String getCommandLine()
public boolean hasArgument()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |