public class S3VersionHeaderHandler<T extends S3VersionResult> extends Object implements HeaderHandler<T>
Constructor and Description |
---|
S3VersionHeaderHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(T result,
HttpResponse response)
Applies one or more headers to the response object given.
|
public void handle(T result, HttpResponse response)
HeaderHandler
handle
in interface HeaderHandler<T extends S3VersionResult>
result
- The response object to be returned to the client.response
- The HTTP response from s3.