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 TypeClassDescriptionclassA generic streamed, non-repeatable entity that obtains its content from anInputStream.classA self contained, repeatable entity that obtains its content from a byte array.classEntity that delegates the process of content generation to aContentProducer.classA self contained, repeatable entity that obtains its content from a file.classA streamed, non-repeatable entity that obtains its content from anInputStream.classA streamed entity that obtains its content from aSerializable.classA 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 TypeClassDescriptionclassHTTP entity wrapper whose content is provided by aContentInputBuffer.classA simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.classA self contained, repeatable non-blocking entity that retrieves its content from a file.classA simple, self contained, repeatable non-blocking entity that retrieves its content from aStringobject.