Package org.apache.juneau.http.entity
package org.apache.juneau.http.entity
HTTP Entity Beans
-
ClassDescriptionA basic
HttpEntity
implementation with additional features.A repeatable entity that obtains its content from a byte array.A repeatable entity that obtains its content from aFile
.A streamed, non-repeatable entity that obtains its content from anReader
.HttpEntity for serializing POJOs as the body of HTTP requests.A streamed, non-repeatable entity that obtains its content from anInputStream
.A self contained, repeatable entity that obtains its content from aString
.