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:
consumeContentin interfaceorg.apache.http.HttpEntity- Overrides:
consumeContentin classorg.apache.http.entity.HttpEntityWrapper- Throws:
IOException
-
getContent
- Specified by:
getContentin interfaceorg.apache.http.HttpEntity- Overrides:
getContentin classorg.apache.http.entity.HttpEntityWrapper- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceorg.apache.http.HttpEntity- Overrides:
writeToin classorg.apache.http.entity.HttpEntityWrapper- Throws:
IOException
-