Package org.apache.http.impl.client
Class EntityEnclosingRequestWrapper.EntityWrapper
java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.impl.client.EntityEnclosingRequestWrapper.EntityWrapper
- All Implemented Interfaces:
org.apache.http.HttpEntity
- Enclosing class:
- EntityEnclosingRequestWrapper
class EntityEnclosingRequestWrapper.EntityWrapper
extends org.apache.http.entity.HttpEntityWrapper
-
Field Summary
Fields inherited from class org.apache.http.entity.HttpEntityWrapper
wrappedEntity
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.http.entity.HttpEntityWrapper
getContentEncoding, getContentLength, getContentType, isChunked, isRepeatable, isStreaming
-
Constructor Details
-
EntityWrapper
EntityWrapper(org.apache.http.HttpEntity entity)
-
-
Method Details
-
consumeContent
- Specified by:
consumeContent
in interfaceorg.apache.http.HttpEntity
- Overrides:
consumeContent
in classorg.apache.http.entity.HttpEntityWrapper
- Throws:
IOException
-
getContent
- Specified by:
getContent
in interfaceorg.apache.http.HttpEntity
- Overrides:
getContent
in classorg.apache.http.entity.HttpEntityWrapper
- Throws:
IOException
-
writeTo
- Specified by:
writeTo
in interfaceorg.apache.http.HttpEntity
- Overrides:
writeTo
in classorg.apache.http.entity.HttpEntityWrapper
- Throws:
IOException
-