public class HttpEntityStub
extends java.lang.Object
implements org.apache.http.HttpEntity
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpEntityStub.ResponseRule |
| Constructor and Description |
|---|
HttpEntityStub() |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeContent() |
java.io.InputStream |
getContent() |
org.apache.http.Header |
getContentEncoding() |
long |
getContentLength() |
org.apache.http.Header |
getContentType() |
boolean |
isChunked() |
boolean |
isRepeatable() |
boolean |
isStreaming() |
void |
writeTo(java.io.OutputStream outputStream) |
public boolean isRepeatable()
isRepeatable in interface org.apache.http.HttpEntitypublic boolean isChunked()
isChunked in interface org.apache.http.HttpEntitypublic long getContentLength()
getContentLength in interface org.apache.http.HttpEntitypublic org.apache.http.Header getContentType()
getContentType in interface org.apache.http.HttpEntitypublic org.apache.http.Header getContentEncoding()
getContentEncoding in interface org.apache.http.HttpEntitypublic java.io.InputStream getContent()
throws java.io.IOException,
java.lang.IllegalStateException
getContent in interface org.apache.http.HttpEntityjava.io.IOExceptionjava.lang.IllegalStateExceptionpublic void writeTo(java.io.OutputStream outputStream)
throws java.io.IOException
writeTo in interface org.apache.http.HttpEntityjava.io.IOExceptionpublic boolean isStreaming()
isStreaming in interface org.apache.http.HttpEntitypublic void consumeContent()
throws java.io.IOException
consumeContent in interface org.apache.http.HttpEntityjava.io.IOException