public class ArgumentxRequest extends Request
| Constructor and Description |
|---|
ArgumentxRequest(java.lang.String theArgument)
Create a new request
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRequestString()
Get the request String that will be passed to the server
|
boolean |
isResponseExpected()
Is a response expected from the server?
|
void |
setArgument(java.lang.String theArgument)
Set the argument
|
getFileForTransmission, modifiesInputStream, modifyInputStream, modifyOutputStreampublic ArgumentxRequest(java.lang.String theArgument)
theArgument - the argument to usepublic void setArgument(java.lang.String theArgument)
public java.lang.String getRequestString()
throws UnconfiguredRequestException
getRequestString in class RequestUnconfiguredRequestException - if the request has not been
properly configuredpublic boolean isResponseExpected()
isResponseExpected in class Request