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