Uses of Class
me.desair.tus.server.exception.UploadNotFoundException
Packages that use UploadNotFoundException
Package
Description
-
Uses of UploadNotFoundException in me.desair.tus.server.upload
Methods in me.desair.tus.server.upload that throw UploadNotFoundExceptionModifier and TypeMethodDescriptionvoidUploadStorageService.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.voidUploadStorageService.removeLastNumberOfBytes(UploadInfo uploadInfo, long byteCount) Remove the given last amount of bytes from the uploaded data.voidUploadStorageService.terminateUpload(UploadInfo uploadInfo) Terminate completed and unfinished uploads allowing the Server to free up used resources.voidUploadStorageService.update(UploadInfo uploadInfo) Update the upload information for the provided ID. -
Uses of UploadNotFoundException in me.desair.tus.server.upload.cache
Methods in me.desair.tus.server.upload.cache that throw UploadNotFoundExceptionModifier and TypeMethodDescriptionvoidThreadLocalCachedStorageAndLockingService.copyUploadTo(UploadInfo info, OutputStream outputStream) ThreadLocalCachedStorageAndLockingService.getUploadedBytes(String uploadUri, String ownerKey) ThreadLocalCachedStorageAndLockingService.getUploadedBytes(UploadId id) voidThreadLocalCachedStorageAndLockingService.removeLastNumberOfBytes(UploadInfo uploadInfo, long byteCount) voidThreadLocalCachedStorageAndLockingService.terminateUpload(UploadInfo uploadInfo) voidThreadLocalCachedStorageAndLockingService.update(UploadInfo uploadInfo) -
Uses of UploadNotFoundException in me.desair.tus.server.upload.concatenation
Methods in me.desair.tus.server.upload.concatenation that throw UploadNotFoundExceptionModifier 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) voidUploadConcatenationService.merge(UploadInfo uploadInfo) Merge the given concatenated upload if all the underlying partial uploads are completed.voidVirtualConcatenationService.merge(UploadInfo uploadInfo) -
Uses of UploadNotFoundException in me.desair.tus.server.upload.disk
Methods in me.desair.tus.server.upload.disk that throw UploadNotFoundExceptionModifier and TypeMethodDescriptionvoidDiskStorageService.copyUploadTo(UploadInfo info, OutputStream outputStream) DiskStorageService.getUploadedBytes(String uploadUri, String ownerKey) DiskStorageService.getUploadedBytes(UploadId id) voidDiskStorageService.removeLastNumberOfBytes(UploadInfo info, long byteCount) voidDiskStorageService.terminateUpload(UploadInfo info) voidDiskStorageService.update(UploadInfo uploadInfo)