Uses of Package
org.apache.juneau.http.entity
Packages that use org.apache.juneau.http.entity
Package
Description
HTTP Entity Beans
HTTP Resource Beans
-
Classes in org.apache.juneau.http.entity used by org.apache.juneau.httpClassDescriptionA repeatable entity that obtains its content from a byte array.A repeatable entity that obtains its content from a
File
.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
. -
Classes in org.apache.juneau.http.entity used by org.apache.juneau.http.entityClassDescriptionA 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
. -
Classes in org.apache.juneau.http.entity used by org.apache.juneau.http.resource