|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.FtpRequest
public class 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(String commandLine)
Constructor. |
Method Summary | |
---|---|
String |
getArgument()
Get ftp input argument. |
String |
getCommand()
Get the ftp command. |
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(String commandLine)
commandLine
- ftp input command line.Method Detail |
---|
public String getCommand()
public String getArgument()
public String getCommandLine()
public boolean hasArgument()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |