Uses of Class
me.desair.tus.server.upload.UploadId
Packages that use UploadId
Package
Description
-
Uses of UploadId in me.desair.tus.server.upload
Methods in me.desair.tus.server.upload that return UploadIdModifier 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.Methods in me.desair.tus.server.upload with parameters of type UploadIdModifier 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
Methods in me.desair.tus.server.upload.cache with parameters of type UploadIdModifier and TypeMethodDescriptionThreadLocalCachedStorageAndLockingService.getUploadedBytes
(UploadId id) ThreadLocalCachedStorageAndLockingService.getUploadInfo
(UploadId id) boolean
-
Uses of UploadId in me.desair.tus.server.upload.disk
Methods in me.desair.tus.server.upload.disk with parameters of type UploadIdModifier and TypeMethodDescriptionprotected Path
AbstractDiskBasedService.getPathInStorageDirectory
(UploadId id) DiskStorageService.getUploadedBytes
(UploadId id) DiskStorageService.getUploadInfo
(UploadId id) boolean