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 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
An entity that delivers the contents of aByteBuffer
.final class
Entity that delegates the process of content generation to aIOCallback
withOutputStream
as output sink.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 self contained, repeatable entity that obtains its content from a path.class
A streamed entity that obtains its content from aSerializable
.class
A self contained, repeatable entity that obtains its content from aString
.