Uses of Class
me.desair.tus.server.upload.UploadId
Package
Description
-
Uses of UploadId in me.desair.tus.server.upload
Modifier and TypeMethodDescriptionTimeBasedUploadIdFactory.createId()
abstract UploadId
UploadIdFactory.createId()
Create a new unique upload ID.UuidUploadIdFactory.createId()
UploadInfo.getId()
Get the unique identifier of this upload process The unique identifier is represented by aUploadId
instanceUploadIdFactory.readUploadId
(String url) Read the upload identifier from the given URL.Modifier and TypeMethodDescriptionUploadStorageService.getUploadedBytes
(UploadId id) Get the uploaded bytes corresponding to the given upload ID as a stream.UploadStorageService.getUploadInfo
(UploadId id) Method to retrieve the upload info by its ID.boolean
Check if the upload with the given ID is currently locked.void
Set the unique identifier of this upload process The unique identifier is represented by aUploadId
instance -
Uses of UploadId in me.desair.tus.server.upload.cache
Modifier and TypeMethodDescriptionThreadLocalCachedStorageAndLockingService.getUploadedBytes
(UploadId id) ThreadLocalCachedStorageAndLockingService.getUploadInfo
(UploadId id) boolean
-
Uses of UploadId in me.desair.tus.server.upload.disk
Modifier and TypeMethodDescriptionprotected Path
AbstractDiskBasedService.getPathInStorageDirectory
(UploadId id) DiskStorageService.getUploadedBytes
(UploadId id) DiskStorageService.getUploadInfo
(UploadId id) boolean