T
- class type.public interface HeaderHandler<T>
Modifier and Type | Method and Description |
---|---|
void |
handle(T result,
com.amazonaws.http.HttpResponse response)
Applies one or more headers to the response object given.
|
void handle(T result, com.amazonaws.http.HttpResponse response)
result
- The response object to be returned to the client.response
- The HTTP response from s3.