public class S3MetadataResponseHandler extends AbstractS3ResponseHandler<ObjectMetadata>
构造器和说明 |
---|
S3MetadataResponseHandler() |
限定符和类型 | 方法和说明 |
---|---|
SCSWebServiceResponse<ObjectMetadata> |
handle(HttpResponse response)
Accepts an HTTP response object, and returns an object of type T.
|
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadata
public SCSWebServiceResponse<ObjectMetadata> handle(HttpResponse response) throws Exception
HttpResponseHandler
response
- The HTTP response to handle, as received from an AWS service.Exception
- If any problems are encountered handling the response.com.amazonaws.http.HttpResponseHandler#handle(com.amazonaws.http.HttpResponse)
Copyright © 2016. All rights reserved.