public interface FtpRequest
Modifier and Type | Method and Description |
---|---|
String |
getArgument()
Get the ftp request argument.
|
String |
getCommand()
Returns the ftp request command.
|
String |
getRequestLine()
Get the client request string.
|
boolean |
hasArgument()
Check if request contains an argument
|
String getRequestLine()
String getCommand()
String getArgument()
boolean hasArgument()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.