Uses of Package
org.apache.http.entity

Packages that use org.apache.http.entity
org.apache.http.entity Representations for HTTP message entities. 
org.apache.http.impl.entity Default implementations for interfaces in org.apache.http.entity
org.apache.http.impl.nio   
org.apache.http.nio.entity   
 

Classes in org.apache.http.entity used by org.apache.http.entity
AbstractHttpEntity
          Abstract base class for entities.
ContentProducer
          An abstract entity content producer.
HttpEntityWrapper
          Base class for wrapping entities.
 

Classes in org.apache.http.entity used by org.apache.http.impl.entity
BasicHttpEntity
          A generic streamed entity being received on a connection.
ContentLengthStrategy
          Represents a strategy to determine the content length based on the properties of an HTTP message.
 

Classes in org.apache.http.entity used by org.apache.http.impl.nio
ContentLengthStrategy
          Represents a strategy to determine the content length based on the properties of an HTTP message.
 

Classes in org.apache.http.entity used by org.apache.http.nio.entity
AbstractHttpEntity
          Abstract base class for entities.
BasicHttpEntity
          A generic streamed entity being received on a connection.
ByteArrayEntity
          An entity whose content is retrieved from a byte array.
FileEntity
          An entity whose content is retrieved from a file.
HttpEntityWrapper
          Base class for wrapping entities.
StringEntity
          An entity whose content is retrieved from a string.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.