public class GzipFileContentsRequest extends Request
| Constructor and Description |
|---|
GzipFileContentsRequest()
Creates new GzipFileContentsRequest.
|
GzipFileContentsRequest(int compressionLevel)
Creates new GzipFileContentsRequest.
|
| 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?
|
getFileForTransmission, modifiesInputStream, modifyInputStream, modifyOutputStreampublic GzipFileContentsRequest()
public GzipFileContentsRequest(int compressionLevel)
compressionLevel - The desired compression level.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