Uses of Class
org.apache.http.entity.AbstractHttpEntity
Packages that use AbstractHttpEntity
Package
Description
Core HTTP entity implementations.
Core HTTP entity implementations with support for
asynchronous, event driven communication.
-
Uses of AbstractHttpEntity in org.apache.http.entity
Subclasses of AbstractHttpEntity in org.apache.http.entityModifier and TypeClassDescriptionclass
A generic streamed, non-repeatable entity that obtains its content from anInputStream
.class
A self contained, repeatable entity that obtains its content from a byte array.class
Entity that delegates the process of content generation to aContentProducer
.class
A self contained, repeatable entity that obtains its content from a file.class
A streamed, non-repeatable entity that obtains its content from anInputStream
.class
A streamed entity that obtains its content from aSerializable
.class
A self contained, repeatable entity that obtains its content from aString
. -
Uses of AbstractHttpEntity in org.apache.http.nio.entity
Subclasses of AbstractHttpEntity in org.apache.http.nio.entityModifier and TypeClassDescriptionclass
HTTP entity wrapper whose content is provided by aContentInputBuffer
.class
A simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.class
A self contained, repeatable non-blocking entity that retrieves its content from a file.class
A simple, self contained, repeatable non-blocking entity that retrieves its content from aString
object.