public class DefaultFtpRequest extends Object implements org.apache.ftpserver.ftplet.FtpRequest
| Constructor and Description |
|---|
DefaultFtpRequest(String requestLine)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArgument()
Get ftp input argument.
|
String |
getCommand()
Get the ftp command.
|
long |
getReceivedTime() |
String |
getRequestLine()
Get the ftp request line.
|
boolean |
hasArgument()
Has argument.
|
String |
toString() |
public DefaultFtpRequest(String requestLine)
public String getCommand()
getCommand in interface org.apache.ftpserver.ftplet.FtpRequestpublic String getArgument()
getArgument in interface org.apache.ftpserver.ftplet.FtpRequestpublic String getRequestLine()
getRequestLine in interface org.apache.ftpserver.ftplet.FtpRequestpublic boolean hasArgument()
hasArgument in interface org.apache.ftpserver.ftplet.FtpRequestpublic long getReceivedTime()
getReceivedTime in interface org.apache.ftpserver.ftplet.FtpRequestCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.