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