public class S3RestoreOutputPathHeaderHandler<T extends S3RestoreOutputPathResult> extends Object implements HeaderHandler<T>
Headers.S3_RESTORE_OUTPUT_PATH header out of the response.| Constructor and Description | 
|---|
S3RestoreOutputPathHeaderHandler()  | 
| 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)
HeaderHandlerhandle in interface HeaderHandler<T extends S3RestoreOutputPathResult>result - The response object to be returned to the client.response - The HTTP response from s3.