public class ResponseHeaderHandlerChain<T> extends S3JsonResponseHandler<T>
构造器和说明 |
---|
ResponseHeaderHandlerChain(Unmarshaller<T,InputStream> responseUnmarshaller,
HeaderHandler<T>... headerHandlers) |
限定符和类型 | 方法和说明 |
---|---|
SCSWebServiceResponse<T> |
handle(HttpResponse response)
Accepts an HTTP response object, and returns an object of type T.
|
getResponseHeaders
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadata
public ResponseHeaderHandlerChain(Unmarshaller<T,InputStream> responseUnmarshaller, HeaderHandler<T>... headerHandlers)
public SCSWebServiceResponse<T> handle(HttpResponse response) throws Exception
HttpResponseHandler
handle
在接口中 HttpResponseHandler<SCSWebServiceResponse<T>>
handle
在类中 S3JsonResponseHandler<T>
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.