| Modifier and Type | Class and Description |
|---|---|
class |
ChecksumOptionsRequestHandler
The Tus-Checksum-Algorithm header MUST be included in the response to an OPTIONS request.
|
class |
ChecksumPatchRequestHandler |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChecksumExtension.initRequestHandlers(List<RequestHandler> requestHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatenationHeadRequestHandler
The response to a HEAD request for a upload SHOULD NOT contain the Upload-Offset header unless the
concatenation has been successfully finished.
|
class |
ConcatenationOptionsRequestHandler
If the Server supports this extension, it MUST add concatenation to the Tus-Extension header.
|
class |
ConcatenationPostRequestHandler
The Server MUST acknowledge a successful upload creation with the 201 Created status.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConcatenationExtension.initRequestHandlers(List<RequestHandler> requestHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreDefaultResponseHeadersHandler
The Tus-Resumable header MUST be included in every request and response except for OPTIONS requests.
|
class |
CoreHeadRequestHandler
A HEAD request is used to determine the offset at which the upload should be continued.
|
class |
CoreOptionsRequestHandler
An OPTIONS request MAY be used to gather information about the Server’s current configuration.
|
class |
CorePatchRequestHandler
The Server SHOULD accept PATCH requests against any upload URL and apply the bytes contained in the message at
the given offset specified by the Upload-Offset header.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CoreProtocol.initRequestHandlers(List<RequestHandler> requestHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreationHeadRequestHandler
A HEAD request can be used to retrieve the metadata that was supplied at creation.
|
class |
CreationOptionsRequestHandler
The Client and the Server SHOULD implement the upload creation extension.
|
class |
CreationPatchRequestHandler
Upload-Defer-Length: 1 if upload size is not known at the time.
|
class |
CreationPostRequestHandler
The Server MUST acknowledge a successful upload creation with the 201 Created status.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreationExtension.initRequestHandlers(List<RequestHandler> requestHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadGetRequestHandler
Send the uploaded bytes of finished uploads
|
class |
DownloadOptionsRequestHandler
Add our download extension the Tus-Extension header
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DownloadExtension.initRequestHandlers(List<RequestHandler> requestHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpirationOptionsRequestHandler
The Server MAY remove unfinished uploads once they expire.
|
class |
ExpirationRequestHandler
The Upload-Expires response header indicates the time after which the unfinished upload expires.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExpirationExtension.initRequestHandlers(List<RequestHandler> requestHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
TerminationDeleteRequestHandler
When receiving a DELETE request for an existing upload the Server SHOULD free associated resources
and MUST respond with the 204 No Content status confirming that the upload was terminated.
|
class |
TerminationOptionsRequestHandler
Add our download extension the Tus-Extension header
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TerminationExtension.initRequestHandlers(List<RequestHandler> requestHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtensionRequestHandler
Abstract request handler to add tus extension values to the correct header
|
class |
AbstractRequestHandler
Abstract
RequestHandler implementation that contains the common functionality |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractTusExtension.initRequestHandlers(List<RequestHandler> requestHandlers) |
Copyright © 2019. All rights reserved.