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 | Description |
---|---|
HttpMethodAndByteCount(org.apache.commons.httpclient.HttpMethodBase httpMethod,
long byteCount) |
Modifier and Type | Method | Description |
---|---|---|
long |
getByteCount() |
|
org.apache.commons.httpclient.HttpMethodBase |
getHttpMethod() |