Package org.apache.hc.core5.http.io.entity
package org.apache.hc.core5.http.io.entity
HTTP message entity APIs based on the classic (blocking) I/O model.
-
ClassesClassDescriptionAbstract base class for mutable entities.A generic streamed, non-repeatable entity that obtains its content from an
InputStream
.A wrapping entity that buffers it content if necessary.A self contained, repeatable entity that obtains its content from a byte array.An entity that delivers the contents of aByteBuffer
.Entity that delegates the process of content generation to aIOCallback
withOutputStream
as output sink.Support methods forHttpEntity
.A self contained, repeatable entity that obtains its content from a file.{HttpEntity} factory methods.Base class for wrapping entities that delegates all calls to the wrapped entity.A streamed, non-repeatable entity that obtains its content from anInputStream
.An empty entity with no content-type.A self contained, repeatable entity that obtains its content from a path.A streamed entity that obtains its content from aSerializable
.A self contained, repeatable entity that obtains its content from aString
.