Uses of Class
org.apache.http.entity.BasicHttpEntity

Packages that use BasicHttpEntity
org.apache.http.impl.entity Default implementations for interfaces in org.apache.http.entity and provides utility classes for serialization and deserialization of HTTP content entities. 
org.apache.http.nio.entity Representations for non-blocking HTTP message entities. 
 

Uses of BasicHttpEntity in org.apache.http.impl.entity
 

Methods in org.apache.http.impl.entity that return BasicHttpEntity
protected  BasicHttpEntity EntityDeserializer.doDeserialize(SessionInputBuffer inbuffer, HttpMessage message)
          Creates a BasicHttpEntity based on properties of the given message.
 

Uses of BasicHttpEntity in org.apache.http.nio.entity
 

Subclasses of BasicHttpEntity in org.apache.http.nio.entity
 class ContentBufferEntity
          HTTP entity wrapper whose content is provided by a ContentInputBuffer.
 



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