org.apache.http.impl.entity
Class EntityDeserializer
java.lang.Object
org.apache.http.impl.entity.EntityDeserializer
public class EntityDeserializer
- extends Object
Default implementation of an entity deserializer.
This entity deserializer currently supports only "chunked" and "identitiy" transfer-coding
- Since:
- 4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityDeserializer
public EntityDeserializer(ContentLengthStrategy lenStrategy)
doDeserialize
protected BasicHttpEntity doDeserialize(SessionInputBuffer inbuffer,
HttpMessage message)
throws HttpException,
IOException
- Throws:
HttpException
IOException
deserialize
public HttpEntity deserialize(SessionInputBuffer inbuffer,
HttpMessage message)
throws HttpException,
IOException
- Throws:
HttpException
IOException
Please submit a feedback, bug or feature