public class ProgressEntityWrapper
extends org.apache.http.entity.HttpEntityWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgressEntityWrapper.CountingOutputStream |
static interface |
ProgressEntityWrapper.ProgressListener |
| Constructor and Description |
|---|
ProgressEntityWrapper(org.apache.http.HttpEntity e,
ProgressEntityWrapper.ProgressListener listener) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
void |
writeTo(java.io.OutputStream outstream) |
public ProgressEntityWrapper(org.apache.http.HttpEntity e,
ProgressEntityWrapper.ProgressListener listener)
public long getContentLength()
getContentLength in interface org.apache.http.HttpEntitygetContentLength in class org.apache.http.entity.HttpEntityWrapperpublic void writeTo(java.io.OutputStream outstream)
throws java.io.IOException
writeTo in interface org.apache.http.HttpEntitywriteTo in class org.apache.http.entity.HttpEntityWrapperjava.io.IOException