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 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.Methods in me.desair.tus.server.upload with parameters of type UploadInfoModifier 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
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) 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
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) void
UploadConcatenationService.merge
(UploadInfo uploadInfo) Merge the given concatenated upload if all the underlying partial uploads are completed.void
VirtualConcatenationService.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) 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)