public class S3ObjectResponseHandler extends AbstractS3ResponseHandler<S3Object>
| コンストラクタと説明 |
|---|
S3ObjectResponseHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AmazonWebServiceResponse<S3Object> |
handle(HttpResponse response)
HTTP レスポンスオブジェクトを受け入れ、 T 型のオブジェクトを返します。
|
boolean |
needsConnectionLeftOpen()
Returns true, since the entire response isn't read while this response
handler handles the response.
|
parseResponseMetadata, populateObjectMetadatapublic AmazonWebServiceResponse<S3Object> handle(HttpResponse response) throws java.lang.Exception
HttpResponseHandlerresponse - 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)public boolean needsConnectionLeftOpen()
needsConnectionLeftOpen インタフェース内 HttpResponseHandler<AmazonWebServiceResponse<S3Object>>needsConnectionLeftOpen クラス内 AbstractS3ResponseHandler<S3Object>HttpResponseHandler.needsConnectionLeftOpen()