Uses of Package
org.apache.juneau.http.resource
Packages that use org.apache.juneau.http.resource
Package
Description
HTTP Resource Beans
-
Classes in org.apache.juneau.http.resource used by org.apache.juneau.httpClassDescriptionA repeatable resource that obtains its content from a byte array.A repeatable resource that obtains its content from a
File
.A streamed, non-repeatable resource that obtains its content from anReader
.A streamed, non-repeatable resource that obtains its content from anInputStream
.A self contained, repeatable resource that obtains its content from aString
. -
Classes in org.apache.juneau.http.resource used by org.apache.juneau.http.resourceClassDescriptionA basic
HttpResource
implementation with additional features.A repeatable resource that obtains its content from a byte array.A repeatable resource that obtains its content from aFile
.An extension of anHttpEntity
that also includes arbitrary headers.A streamed, non-repeatable resource that obtains its content from anReader
.A streamed, non-repeatable resource that obtains its content from anInputStream
.A self contained, repeatable resource that obtains its content from aString
. -
Classes in org.apache.juneau.http.resource used by org.apache.juneau.rest.servlet
-
Classes in org.apache.juneau.http.resource used by org.apache.juneau.rest.springboot
-
Classes in org.apache.juneau.http.resource used by org.apache.juneau.rest.staticfile