class EntityEnclosingRequestWrapper.EntityWrapper
extends org.apache.http.entity.HttpEntityWrapper
Constructor and Description |
---|
EntityWrapper(org.apache.http.HttpEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
consumeContent() |
java.io.InputStream |
getContent() |
void |
writeTo(java.io.OutputStream outStream) |
public void consumeContent() throws java.io.IOException
consumeContent
in interface org.apache.http.HttpEntity
consumeContent
in class org.apache.http.entity.HttpEntityWrapper
java.io.IOException
public java.io.InputStream getContent() throws java.io.IOException
getContent
in interface org.apache.http.HttpEntity
getContent
in class org.apache.http.entity.HttpEntityWrapper
java.io.IOException
public void writeTo(java.io.OutputStream outStream) throws java.io.IOException
writeTo
in interface org.apache.http.HttpEntity
writeTo
in class org.apache.http.entity.HttpEntityWrapper
java.io.IOException