org.apache.http.impl.entity
Class EntityDeserializer
java.lang.Object
org.apache.http.impl.entity.EntityDeserializer
- public class EntityDeserializer
- extends java.lang.Object
Default implementation of an entity deserializer.
This entity deserializer currently supports only "chunked" and "identitiy" transfer-coding
- Since:
- 4.0
- Version:
- $Revision: 503192 $
- Author:
- Oleg Kalnichevski
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(HttpDataReceiver datareceiver,
HttpMessage message)
throws HttpException,
java.io.IOException
- Throws:
HttpException
java.io.IOException
deserialize
public HttpEntity deserialize(HttpDataReceiver datareceiver,
HttpMessage message)
throws HttpException,
java.io.IOException
- Throws:
HttpException
java.io.IOException
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.