Uses of Class
org.apache.http.entity.AbstractHttpEntity
Packages that use AbstractHttpEntity
-
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
.