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)
HeaderHandlerhandle in interface HeaderHandler<PartListing>result - The response object to be returned to the client.response - The HTTP response from s3.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.