public final class StickyRequest extends Request
| Constructor and Description |
|---|
StickyRequest(java.lang.String theStickyTag)
Construct a new Sticky 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 |
setStickyTag(java.lang.String tag) |
getFileForTransmission, modifiesInputStream, modifyInputStream, modifyOutputStreampublic StickyRequest(java.lang.String theStickyTag)
theStickyTag - the sticky tag to use as an argument in the requestpublic java.lang.String getRequestString()
throws UnconfiguredRequestException
getRequestString in class RequestUnconfiguredRequestException - if the request has not been
properly configuredpublic void setStickyTag(java.lang.String tag)
public boolean isResponseExpected()
isResponseExpected in class Request