Package org.apache.http.client.entity
Client specific HTTP entity implementations.
- 
Interface Summary Interface Description InputStreamFactory Factory for decoratedInputStreams. - 
Class Summary Class Description DecompressingEntity Common base class for decompressingHttpEntityimplementations.DeflateDecompressingEntity HttpEntityWrapperresponsible for handling deflate Content Coded responses.DeflateInputStream Deflate input stream.DeflateInputStreamFactory InputStreamFactoryfor handling Deflate Content Coded responses.EntityBuilder Builder forHttpEntityinstances.GzipCompressingEntity Wrapping entity that compresses content whenwriting.GzipDecompressingEntity HttpEntityWrapperfor handling gzip Content Coded responses.GZIPInputStreamFactory InputStreamFactoryfor handling GZIPContent Coded responses.UrlEncodedFormEntity An entity composed of a list of url-encoded pairs.