public class ResponseHeaderHandlerChain<T> extends S3XmlResponseHandler<T>
| コンストラクタと説明 |
|---|
ResponseHeaderHandlerChain(com.amazonaws.transform.Unmarshaller<T,java.io.InputStream> responseUnmarshaller,
HeaderHandler<T>... headerHandlers) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AmazonWebServiceResponse<T> |
handle(HttpResponse response)
HTTP レスポンスオブジェクトを受け入れ、 T 型のオブジェクトを返します。
|
getResponseHeadersneedsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadatapublic ResponseHeaderHandlerChain(com.amazonaws.transform.Unmarshaller<T,java.io.InputStream> responseUnmarshaller, HeaderHandler<T>... headerHandlers)
public AmazonWebServiceResponse<T> handle(HttpResponse response) throws java.lang.Exception
HttpResponseHandlerhandle インタフェース内 HttpResponseHandler<AmazonWebServiceResponse<T>>handle クラス内 S3XmlResponseHandler<T>response - The HTTP response to handle, as received from an AWS service.java.lang.Exception - If any problems are encountered handling the response.HttpResponseHandler.handle(com.amazonaws.http.HttpResponse)