public class HttpResponseAndByteCount
extends java.lang.Object
This object is used when S3 objects are created to associate the response and the actual size of the object as reported back by S3.
Constructor and Description |
---|
HttpResponseAndByteCount(org.apache.http.HttpResponse httpResponse,
long byteCount) |
Modifier and Type | Method and Description |
---|---|
long |
getByteCount() |
org.apache.http.HttpResponse |
getHttpResponse() |