| Modifier and Type | Method and Description |
|---|---|
TusFileUploadService |
TusFileUploadService.addTusExtension(TusExtension feature)
Add a custom (application-specific) extension that implements the
TusExtension
interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChecksumExtension
The Client and the Server MAY implement and use this extension to verify data integrity of each PATCH request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatenationExtension
This extension can be used to concatenate multiple uploads into a single one enabling Clients
to perform parallel uploads and to upload non-contiguous chunks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoreProtocol
The core protocol describes how to resume an interrupted upload.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreationExtension
The Client and the Server SHOULD implement the upload creation extension.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadExtension
Some Tus clients also send GET request to retrieve the uploaded content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpirationExtension
The Server MAY remove unfinished uploads once they expire.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TerminationExtension
This extension defines a way for the Client to terminate completed and unfinished
uploads allowing the Server to free up used resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTusExtension |
| Modifier and Type | Method and Description |
|---|---|
void |
TusServletRequest.addProcessor(TusExtension processor) |
boolean |
TusServletRequest.isProcessedBy(TusExtension processor) |
Copyright © 2019. All rights reserved.