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 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.