| Interface | Description |
|---|---|
| UploadLock |
Interface that represents a lock on an upload
|
| UploadLockingService |
Service interface that can lock a specific upload so that it cannot be modified by other requests/threads.
|
| UploadStorageService |
Interface to a service that is able to store the (partially) uploaded files.
|
| Class | Description |
|---|---|
| TimeBasedUploadIdFactory |
Alternative
UploadIdFactory implementation that uses the current system time to generate ID's. |
| UploadId |
The unique identifier of an upload process in the tus protocol
|
| UploadIdFactory |
Interface for a factory that can create unique upload IDs.
|
| UploadInfo |
Class that contains all metadata on an upload process.
|
| UUIDUploadIdFactory |
Factory to create unique upload IDs.
|
| Enum | Description |
|---|---|
| UploadType |
Enum that lists all the possible upload types in the tus protocol
|
Copyright © 2023. All rights reserved.