public final class QuestionableRequest extends Request
| Constructor and Description |
|---|
QuestionableRequest(String questionFile)
Create a new QuestionableRequest
|
| Modifier and Type | Method and Description |
|---|---|
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 QuestionableRequest(String questionFile)
fileName - name of the file that is questionable.public String getRequestString() throws UnconfiguredRequestException
getRequestString in class RequestUnconfiguredRequestException - if the request has not been properly configuredpublic boolean isResponseExpected()
isResponseExpected in class RequestCopyright © 2013. All rights reserved.