public final class DirectoryRequest extends Request
| Constructor and Description |
|---|
DirectoryRequest(java.lang.String localDirectory,
java.lang.String repository)
Create a new DirectoryRequest
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalDirectory()
Returns the value of used local directory.
|
java.lang.String |
getRepository()
Returns the value of used repository directory.
|
java.lang.String |
getRequestString()
Get the request String that will be passed to the server
|
boolean |
isResponseExpected()
Is a response expected from the server?
|
getFileForTransmission, modifiesInputStream, modifyInputStream, modifyOutputStreampublic DirectoryRequest(java.lang.String localDirectory,
java.lang.String repository)
theLocalDirectory - the local directory argumenttheRepository - the repository argumentpublic java.lang.String getLocalDirectory()
public java.lang.String getRepository()
public java.lang.String getRequestString()
getRequestString in class Requestpublic boolean isResponseExpected()
isResponseExpected in class Request