Package org.apache.http.entity
package org.apache.http.entity
Core HTTP entity implementations.
-
ClassDescriptionAbstract base class for entities.A generic streamed, non-repeatable entity that obtains its content from an
InputStream
.A wrapping entity that buffers it content if necessary.A self contained, repeatable entity that obtains its content from a byte array.Represents a strategy to determine length of the enclosed content entity based on properties of the HTTP message.An abstract entity content producer.Content type information consisting of a MIME type and an optional charset.Entity that delegates the process of content generation to aContentProducer
.A self contained, repeatable entity that obtains its content from a file.Base class for wrapping entities.A streamed, non-repeatable entity that obtains its content from anInputStream
.A streamed entity that obtains its content from aSerializable
.A self contained, repeatable entity that obtains its content from aString
.