Uses of Package
org.apache.http.entity
Packages that use org.apache.http.entity
Package
Description
Core HTTP entity implementations.
Default implementations of HTTP connections for synchronous,
blocking communication.
Default implementations of entity content strategies.
Default implementations of HTTP connections for asynchronous,
even driven communication.
Core HTTP entity implementations with support for
asynchronous, event driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
Core utility classes.
-
Classes in org.apache.http.entity used by org.apache.http.entityClassDescriptionAbstract base class for entities.An abstract entity content producer.Content type information consisting of a MIME type and an optional charset.Base class for wrapping entities.
-
Classes in org.apache.http.entity used by org.apache.http.implClassDescriptionRepresents a strategy to determine length of the enclosed content entity based on properties of the HTTP message.
-
Classes in org.apache.http.entity used by org.apache.http.impl.entityClassDescriptionA generic streamed, non-repeatable entity that obtains its content from an
InputStream
.Represents a strategy to determine length of the enclosed content entity based on properties of the HTTP message. -
Classes in org.apache.http.entity used by org.apache.http.impl.nioClassDescriptionRepresents a strategy to determine length of the enclosed content entity based on properties of the HTTP message.
-
Classes in org.apache.http.entity used by org.apache.http.nio.entityClassDescriptionAbstract base class for entities.A generic streamed, non-repeatable entity that obtains its content from an
InputStream
.Content type information consisting of a MIME type and an optional charset.Base class for wrapping entities. -
Classes in org.apache.http.entity used by org.apache.http.nio.protocolClassDescriptionContent type information consisting of a MIME type and an optional charset.Base class for wrapping entities.
-
Classes in org.apache.http.entity used by org.apache.http.utilClassDescriptionContent type information consisting of a MIME type and an optional charset.