| Package | Description |
|---|---|
| me.desair.tus.server | |
| me.desair.tus.server.upload | |
| me.desair.tus.server.upload.cache | |
| me.desair.tus.server.upload.disk |
| Modifier and Type | Method and Description |
|---|---|
TusFileUploadService |
TusFileUploadService.withUploadIdFactory(UploadIdFactory uploadIdFactory)
Provide a custom
UploadIdFactory implementation that should be used to generate identifiers for
the different uploads. |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeBasedUploadIdFactory
Alternative
UploadIdFactory implementation that uses the current system time to generate ID's. |
class |
UUIDUploadIdFactory
Factory to create unique upload IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UploadStorageService.setIdFactory(UploadIdFactory idFactory)
Set an instance if IdFactory to be used for creating identities and extracting them from uploadURIs
|
void |
UploadLockingService.setIdFactory(UploadIdFactory idFactory)
Set an instance if IdFactory to be used for creating identities and extracting them from uploadURIs
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadLocalCachedStorageAndLockingService.setIdFactory(UploadIdFactory idFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiskStorageService.setIdFactory(UploadIdFactory idFactory) |
void |
DiskLockingService.setIdFactory(UploadIdFactory idFactory) |
| Constructor and Description |
|---|
DiskLockingService(UploadIdFactory idFactory,
String storagePath) |
DiskStorageService(UploadIdFactory idFactory,
String storagePath) |
Copyright © 2019. All rights reserved.