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