Uses of Class
org.apache.http.impl.entity.EntityDeserializer

Packages that use EntityDeserializer
org.apache.http.impl Default implementations for interfaces in org.apache.http
 

Uses of EntityDeserializer in org.apache.http.impl
 

Methods in org.apache.http.impl that return EntityDeserializer
protected  EntityDeserializer AbstractHttpClientConnection.createEntityDeserializer()
          Creates an instance of EntityDeserializer with the LaxContentLengthStrategy implementation to be used for de-serializing entities received over this connection.
protected  EntityDeserializer AbstractHttpServerConnection.createEntityDeserializer()
          Creates an instance of EntityDeserializer with the LaxContentLengthStrategy implementation to be used for de-serializing entities received over this connection.
 



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.