Package me.desair.tus.server.upload
package me.desair.tus.server.upload
-
ClassDescriptionAlternative
UploadIdFactory
implementation that uses the current system time to generate ID's.The unique identifier of an upload process in the tus protocolInterface for a factory that can create unique upload IDs.Class that contains all metadata on an upload process.Interface that represents a lock on an uploadService interface that can lock a specific upload so that it cannot be modified by other requests/threads.Interface to a service that is able to store the (partially) uploaded files.Enum that lists all the possible upload types in the tus protocolFactory to create unique upload IDs.