Uses of Class
me.desair.tus.server.upload.UploadInfo
Package
Description
-
Uses of UploadInfo in me.desair.tus.server
Modifier and TypeMethodDescriptionTusFileUploadService.getUploadInfo
(String uploadUri) Get the information on the upload corresponding to the given upload URI.TusFileUploadService.getUploadInfo
(String uploadUri, String ownerKey) Get the information on the upload corresponding to the given upload URI. -
Uses of UploadInfo in me.desair.tus.server.upload
Modifier and TypeMethodDescriptionUploadStorageService.append
(UploadInfo upload, InputStream inputStream) Append the bytes in the giveInputStream
to the upload with the given ID starting at the provided offset.UploadStorageService.create
(UploadInfo info, String ownerKey) Create an upload location with the given upload information.UploadStorageService.getUploadInfo
(String uploadUrl, String ownerKey) Method to retrieve the upload info by its upload URL.UploadStorageService.getUploadInfo
(UploadId id) Method to retrieve the upload info by its ID.Modifier and TypeMethodDescriptionUploadStorageService.append
(UploadInfo upload, InputStream inputStream) Append the bytes in the giveInputStream
to the upload with the given ID starting at the provided offset.void
UploadStorageService.copyUploadTo
(UploadInfo info, OutputStream outputStream) Copy the uploaded bytes to the given output stream.UploadStorageService.create
(UploadInfo info, String ownerKey) Create an upload location with the given upload information.void
UploadStorageService.removeLastNumberOfBytes
(UploadInfo uploadInfo, long byteCount) Remove the given last amount of bytes from the uploaded data.void
UploadStorageService.terminateUpload
(UploadInfo uploadInfo) Terminate completed and unfinished uploads allowing the Server to free up used resources.void
UploadStorageService.update
(UploadInfo uploadInfo) Update the upload information for the provided ID. -
Uses of UploadInfo in me.desair.tus.server.upload.cache
Modifier and TypeMethodDescriptionThreadLocalCachedStorageAndLockingService.append
(UploadInfo upload, InputStream inputStream) ThreadLocalCachedStorageAndLockingService.create
(UploadInfo info, String ownerKey) ThreadLocalCachedStorageAndLockingService.getUploadInfo
(String uploadUrl, String ownerKey) ThreadLocalCachedStorageAndLockingService.getUploadInfo
(UploadId id) Modifier and TypeMethodDescriptionThreadLocalCachedStorageAndLockingService.append
(UploadInfo upload, InputStream inputStream) void
ThreadLocalCachedStorageAndLockingService.copyUploadTo
(UploadInfo info, OutputStream outputStream) ThreadLocalCachedStorageAndLockingService.create
(UploadInfo info, String ownerKey) void
ThreadLocalCachedStorageAndLockingService.removeLastNumberOfBytes
(UploadInfo uploadInfo, long byteCount) void
ThreadLocalCachedStorageAndLockingService.terminateUpload
(UploadInfo uploadInfo) void
ThreadLocalCachedStorageAndLockingService.update
(UploadInfo uploadInfo) -
Uses of UploadInfo in me.desair.tus.server.upload.concatenation
Modifier and TypeMethodDescriptionUploadConcatenationService.getPartialUploads
(UploadInfo info) Get all underlying partial uploads associated with the given concatenated uploadVirtualConcatenationService.getPartialUploads
(UploadInfo info) Modifier and TypeMethodDescriptionUploadConcatenationService.getConcatenatedBytes
(UploadInfo uploadInfo) Get the concatenated bytes of this concatenated uploadVirtualConcatenationService.getConcatenatedBytes
(UploadInfo uploadInfo) UploadConcatenationService.getPartialUploads
(UploadInfo info) Get all underlying partial uploads associated with the given concatenated uploadVirtualConcatenationService.getPartialUploads
(UploadInfo info) void
UploadConcatenationService.merge
(UploadInfo uploadInfo) Merge the given concatenated upload if all the underlying partial uploads are completed.void
VirtualConcatenationService.merge
(UploadInfo uploadInfo) ModifierConstructorDescriptionUploadInputStreamEnumeration
(List<UploadInfo> uploadList, UploadStorageService uploadStorageService) -
Uses of UploadInfo in me.desair.tus.server.upload.disk
Modifier and TypeMethodDescriptionDiskStorageService.append
(UploadInfo info, InputStream inputStream) DiskStorageService.create
(UploadInfo info, String ownerKey) DiskStorageService.getUploadInfo
(String uploadUrl, String ownerKey) DiskStorageService.getUploadInfo
(UploadId id) Modifier and TypeMethodDescriptionDiskStorageService.append
(UploadInfo info, InputStream inputStream) void
DiskStorageService.copyUploadTo
(UploadInfo info, OutputStream outputStream) DiskStorageService.create
(UploadInfo info, String ownerKey) void
DiskStorageService.removeLastNumberOfBytes
(UploadInfo info, long byteCount) void
DiskStorageService.terminateUpload
(UploadInfo info) void
DiskStorageService.update
(UploadInfo uploadInfo)