Uses of Class
org.apache.juneau.http.resource.ByteArrayResource
Packages that use ByteArrayResource
- 
Uses of ByteArrayResource in org.apache.juneau.httpMethods 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.resourceMethods in org.apache.juneau.http.resource that return ByteArrayResourceModifier and TypeMethodDescriptionByteArrayResource.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(HeaderList value) ByteArrayResource.setUnmodifiable()Constructors in org.apache.juneau.http.resource with parameters of type ByteArrayResourceModifierConstructorDescriptionprotectedByteArrayResource(ByteArrayResource copyFrom) Copy constructor.