public class HttpMethodAndByteCount extends Object
This object is used when S3 objects are created to associate the connection and the actual size of the object as reported back by S3.
Constructor and Description |
---|
HttpMethodAndByteCount(org.apache.commons.httpclient.HttpMethodBase httpMethod,
long byteCount) |
Modifier and Type | Method and Description |
---|---|
long |
getByteCount() |
org.apache.commons.httpclient.HttpMethodBase |
getHttpMethod() |