Package org.apache.http.client.entity

Client specific HTTP entity implementations.

See:
          Description

Class Summary
DeflateDecompressingEntity HttpEntityWrapper responsible for handling deflate Content Coded responses.
DeflateInputStream Deflate input stream.
EntityBuilder Builder for HttpEntity instances.
GzipCompressingEntity Wrapping entity that compresses content when writing.
GzipDecompressingEntity HttpEntityWrapper for handling gzip Content Coded responses.
UrlEncodedFormEntityHC4 An entity composed of a list of url-encoded pairs.
 

Package org.apache.http.client.entity Description

Client specific HTTP entity implementations.