Uses of Class
org.apache.hc.core5.http.io.entity.AbstractHttpEntity
Packages that use AbstractHttpEntity
Package
Description
HTTP message entity APIs based on the classic (blocking) I/O model.
-
Uses of AbstractHttpEntity in org.apache.hc.core5.http.io.entity
Subclasses of AbstractHttpEntity in org.apache.hc.core5.http.io.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.classAn entity that delivers the contents of aByteBuffer.final classEntity that delegates the process of content generation to aIOCallbackwithOutputStreamas output sink.classA self contained, repeatable entity that obtains its content from a file.classA streamed, non-repeatable entity that obtains its content from anInputStream.classA self contained, repeatable entity that obtains its content from a path.classA streamed entity that obtains its content from aSerializable.classA self contained, repeatable entity that obtains its content from aString.