Uses of Class
org.apache.juneau.http.resource.ByteArrayResource
Packages that use ByteArrayResource
Package
Description
RFC2616 HTTP Headers
HTTP Resource Beans
-
Uses of ByteArrayResource in org.apache.juneau.http
Methods in org.apache.juneau.http that return ByteArrayResourceModifier and TypeMethodDescriptionstatic final ByteArrayResourceHttpResources.byteArrayResource(byte[] content) Creates a newByteArrayResourcebuilder.static final ByteArrayResourceHttpResources.byteArrayResource(byte[] content, ContentType contentType) Creates a newByteArrayResourcebuilder.static final ByteArrayResourceHttpResources.byteArrayResource(Supplier<byte[]> content) Creates a newByteArrayResourcebuilder.static final ByteArrayResourceHttpResources.byteArrayResource(Supplier<byte[]> content, ContentType contentType) Creates a newByteArrayResourcebuilder. -
Uses of ByteArrayResource in org.apache.juneau.http.resource
Methods in org.apache.juneau.http.resource that return ByteArrayResourceModifier and TypeMethodDescriptionByteArrayResource.addHeaders(Header... values) ByteArrayResource.copy()ByteArrayResource.setCached()ByteArrayResource.setChunked()ByteArrayResource.setChunked(boolean value) ByteArrayResource.setContent(Object value) ByteArrayResource.setContent(Supplier<?> value) ByteArrayResource.setContentEncoding(String value) ByteArrayResource.setContentEncoding(ContentEncoding value) ByteArrayResource.setContentLength(long value) ByteArrayResource.setContentType(String value) ByteArrayResource.setContentType(ContentType value) ByteArrayResource.setHeaders(Header... values) ByteArrayResource.setHeaders(HeaderList value) ByteArrayResource.setUnmodifiable()Constructors in org.apache.juneau.http.resource with parameters of type ByteArrayResourceModifierConstructorDescriptionprotectedByteArrayResource(ByteArrayResource copyFrom) Copy constructor.