public class S3ErrorResponseHandler extends java.lang.Object implements HttpResponseHandler<AmazonServiceException>
| コンストラクタと説明 |
|---|
S3ErrorResponseHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AmazonServiceException |
handle(HttpResponse errorResponse)
HTTP レスポンスオブジェクトを受け入れ、 T 型のオブジェクトを返します。
|
boolean |
needsConnectionLeftOpen()
Since this response handler completely consumes all the data from the
underlying HTTP connection during the handle method, we don't need to
keep the HTTP connection open.
|
public AmazonServiceException handle(HttpResponse errorResponse) throws java.lang.Exception
HttpResponseHandlerhandle インタフェース内 HttpResponseHandler<AmazonServiceException>errorResponse - 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<AmazonServiceException>HttpResponseHandler.needsConnectionLeftOpen()