Package org.apache.juneau.http.resource
package org.apache.juneau.http.resource
HTTP Resource Beans
-
ClassDescriptionA 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
.