Uses of Package
org.apache.http.entity
-
Packages that use org.apache.http.entity Package Description org.apache.http.entity Core HTTP entity implementations.org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.entity Default implementations of entity content strategies.org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.util Core utility classes. -
Classes in org.apache.http.entity used by org.apache.http.entity Class Description AbstractHttpEntity Abstract base class for entities.ContentProducer An abstract entity content producer.ContentType Content type information consisting of a MIME type and an optional charset.HttpEntityWrapper Base class for wrapping entities. -
Classes in org.apache.http.entity used by org.apache.http.impl Class Description ContentLengthStrategy 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.entity Class Description BasicHttpEntity A generic streamed, non-repeatable entity that obtains its content from anInputStream
.ContentLengthStrategy 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.nio Class Description ContentLengthStrategy 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.nio.entity Class Description AbstractHttpEntity Abstract base class for entities.BasicHttpEntity A generic streamed, non-repeatable entity that obtains its content from anInputStream
.ContentType Content type information consisting of a MIME type and an optional charset.HttpEntityWrapper Base class for wrapping entities. -
Classes in org.apache.http.entity used by org.apache.http.nio.protocol Class Description ContentType Content type information consisting of a MIME type and an optional charset.HttpEntityWrapper Base class for wrapping entities. -
Classes in org.apache.http.entity used by org.apache.http.util Class Description ContentType Content type information consisting of a MIME type and an optional charset.