Package org.apache.jackrabbit.api.binary
@Version("1.1.0")
package org.apache.jackrabbit.api.binary
Interfaces related to direct upload/download of binaries.
-
ClassDescriptionThis extension interface provides a mechanism whereby a client can download a
Binary
directly from a storage location.Specifies the options to be used when obtaining a direct download URI viaBinaryDownload.getURI(BinaryDownloadOptions)
.Used to build an instance ofBinaryDownloadOptions
with the options set as desired by the caller.Describes uploading a binary through HTTP requests in a single or multiple parts.Specifies the options to be used when requesting direct upload URIs viaJackrabbitValueFactory.initiateBinaryUpload(long, int, BinaryUploadOptions)
.Used to build an instance ofBinaryUploadOptions
with the options set as desired by the caller.