| Package | Description |
|---|---|
| me.desair.tus.server.upload | |
| me.desair.tus.server.upload.cache | |
| me.desair.tus.server.upload.concatenation | |
| me.desair.tus.server.upload.disk |
| Modifier and Type | Method and Description |
|---|---|
UploadConcatenationService |
UploadStorageService.getUploadConcatenationService()
Return the
UploadConcatenationService implementation that this upload service is using |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadStorageService.setUploadConcatenationService(UploadConcatenationService concatenationService)
Set the
UploadConcatenationService that this upload storage service should use |
| Modifier and Type | Method and Description |
|---|---|
UploadConcatenationService |
ThreadLocalCachedStorageAndLockingService.getUploadConcatenationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadLocalCachedStorageAndLockingService.setUploadConcatenationService(UploadConcatenationService concatenationService) |
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualConcatenationService
UploadConcatenationService implementation that uses the file system to keep track
of concatenated uploads. |
| Modifier and Type | Method and Description |
|---|---|
UploadConcatenationService |
DiskStorageService.getUploadConcatenationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiskStorageService.setUploadConcatenationService(UploadConcatenationService concatenationService) |
Copyright © 2019. All rights reserved.