Uses of Class
me.desair.tus.server.exception.UploadNotFoundException
Package
Description
-
Uses of UploadNotFoundException in me.desair.tus.server.upload
Modifier and TypeMethodDescriptionvoid
UploadStorageService.copyUploadTo
(UploadInfo info, OutputStream outputStream) Copy the uploaded bytes to the given output stream.UploadStorageService.getUploadedBytes
(String uploadUri, String ownerKey) Get the uploaded bytes corresponding to the given upload URL as a stream.UploadStorageService.getUploadedBytes
(UploadId id) Get the uploaded bytes corresponding to the given upload ID as a stream.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 UploadNotFoundException in me.desair.tus.server.upload.cache
Modifier and TypeMethodDescriptionvoid
ThreadLocalCachedStorageAndLockingService.copyUploadTo
(UploadInfo info, OutputStream outputStream) ThreadLocalCachedStorageAndLockingService.getUploadedBytes
(String uploadUri, String ownerKey) ThreadLocalCachedStorageAndLockingService.getUploadedBytes
(UploadId id) void
ThreadLocalCachedStorageAndLockingService.removeLastNumberOfBytes
(UploadInfo uploadInfo, long byteCount) void
ThreadLocalCachedStorageAndLockingService.terminateUpload
(UploadInfo uploadInfo) void
ThreadLocalCachedStorageAndLockingService.update
(UploadInfo uploadInfo) -
Uses of UploadNotFoundException in me.desair.tus.server.upload.concatenation
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) -
Uses of UploadNotFoundException in me.desair.tus.server.upload.disk
Modifier and TypeMethodDescriptionvoid
DiskStorageService.copyUploadTo
(UploadInfo info, OutputStream outputStream) DiskStorageService.getUploadedBytes
(String uploadUri, String ownerKey) DiskStorageService.getUploadedBytes
(UploadId id) void
DiskStorageService.removeLastNumberOfBytes
(UploadInfo info, long byteCount) void
DiskStorageService.terminateUpload
(UploadInfo info) void
DiskStorageService.update
(UploadInfo uploadInfo)