Uses of Class
me.desair.tus.server.upload.UploadInfo
Packages that use UploadInfo
Package
Description
-
Uses of UploadInfo in me.desair.tus.server
Methods in me.desair.tus.server that return UploadInfoModifier 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
Methods in me.desair.tus.server.upload that return UploadInfoModifier and TypeMethodDescriptionUploadStorageService.append(UploadInfo upload, InputStream inputStream) Append the bytes in the giveInputStreamto 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.Methods in me.desair.tus.server.upload with parameters of type UploadInfoModifier and TypeMethodDescriptionUploadStorageService.append(UploadInfo upload, InputStream inputStream) Append the bytes in the giveInputStreamto the upload with the given ID starting at the provided offset.voidUploadStorageService.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.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 UploadInfo in me.desair.tus.server.upload.cache
Methods in me.desair.tus.server.upload.cache that return UploadInfoModifier and TypeMethodDescriptionThreadLocalCachedStorageAndLockingService.append(UploadInfo upload, InputStream inputStream) ThreadLocalCachedStorageAndLockingService.create(UploadInfo info, String ownerKey) ThreadLocalCachedStorageAndLockingService.getUploadInfo(String uploadUrl, String ownerKey) ThreadLocalCachedStorageAndLockingService.getUploadInfo(UploadId id) Methods in me.desair.tus.server.upload.cache with parameters of type UploadInfoModifier and TypeMethodDescriptionThreadLocalCachedStorageAndLockingService.append(UploadInfo upload, InputStream inputStream) voidThreadLocalCachedStorageAndLockingService.copyUploadTo(UploadInfo info, OutputStream outputStream) ThreadLocalCachedStorageAndLockingService.create(UploadInfo info, String ownerKey) voidThreadLocalCachedStorageAndLockingService.removeLastNumberOfBytes(UploadInfo uploadInfo, long byteCount) voidThreadLocalCachedStorageAndLockingService.terminateUpload(UploadInfo uploadInfo) voidThreadLocalCachedStorageAndLockingService.update(UploadInfo uploadInfo) -
Uses of UploadInfo in me.desair.tus.server.upload.concatenation
Methods in me.desair.tus.server.upload.concatenation that return types with arguments of type UploadInfoModifier and TypeMethodDescriptionUploadConcatenationService.getPartialUploads(UploadInfo info) Get all underlying partial uploads associated with the given concatenated uploadVirtualConcatenationService.getPartialUploads(UploadInfo info) Methods in me.desair.tus.server.upload.concatenation with parameters of type UploadInfoModifier 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) Constructor parameters in me.desair.tus.server.upload.concatenation with type arguments of type UploadInfoModifierConstructorDescriptionUploadInputStreamEnumeration(List<UploadInfo> uploadList, UploadStorageService uploadStorageService) -
Uses of UploadInfo in me.desair.tus.server.upload.disk
Methods in me.desair.tus.server.upload.disk that return UploadInfoModifier and TypeMethodDescriptionDiskStorageService.append(UploadInfo info, InputStream inputStream) DiskStorageService.create(UploadInfo info, String ownerKey) DiskStorageService.getUploadInfo(String uploadUrl, String ownerKey) DiskStorageService.getUploadInfo(UploadId id) Methods in me.desair.tus.server.upload.disk with parameters of type UploadInfoModifier and TypeMethodDescriptionDiskStorageService.append(UploadInfo info, InputStream inputStream) voidDiskStorageService.copyUploadTo(UploadInfo info, OutputStream outputStream) DiskStorageService.create(UploadInfo info, String ownerKey) voidDiskStorageService.removeLastNumberOfBytes(UploadInfo info, long byteCount) voidDiskStorageService.terminateUpload(UploadInfo info) voidDiskStorageService.update(UploadInfo uploadInfo)