| Package | Description |
|---|---|
| me.desair.tus.server.upload | |
| me.desair.tus.server.upload.cache | |
| me.desair.tus.server.upload.disk |
| Modifier and Type | Method and Description |
|---|---|
UploadLock |
UploadLockingService.lockUploadByUri(String requestURI)
If the given URI represents a valid upload, lock that upload for processing
|
| Modifier and Type | Method and Description |
|---|---|
UploadLock |
ThreadLocalCachedStorageAndLockingService.lockUploadByUri(String requestURI) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileBasedLock
Upload locking implementation using the file system file locking mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
UploadLock |
DiskLockingService.lockUploadByUri(String requestURI) |
Copyright © 2023. All rights reserved.