T - The output type resulting from handling a response.public abstract class AbstractS3ResponseHandler<T> extends Object implements HttpResponseHandler<AmazonWebServiceResponse<T>>
X_AMZ_REQUEST_ID_ALTERNATIVE_HEADER, X_AMZN_EXTENDED_REQUEST_ID_HEADER, X_AMZN_REQUEST_ID_HEADER| Constructor and Description |
|---|
AbstractS3ResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needsConnectionLeftOpen()
The majority of S3 response handlers read the complete response while
handling it, and don't need to manually manage the underlying HTTP
connection.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlepublic boolean needsConnectionLeftOpen()
needsConnectionLeftOpen in interface HttpResponseHandler<AmazonWebServiceResponse<T>>HttpResponseHandler.needsConnectionLeftOpen()