public class DownloadExtension extends AbstractTusExtension
| Constructor and Description |
|---|
DownloadExtension() |
| Modifier and Type | Method and Description |
|---|---|
Collection<HttpMethod> |
getMinimalSupportedHttpMethods()
The minimal list of HTTP methods that this extension needs to function properly
|
String |
getName()
The name of the Tus extension that can be used to disable or enable the extension
|
protected void |
initRequestHandlers(List<RequestHandler> requestHandlers) |
protected void |
initValidators(List<RequestValidator> requestValidators) |
handleError, process, validatepublic String getName()
TusExtensionpublic Collection<HttpMethod> getMinimalSupportedHttpMethods()
TusExtensionprotected void initValidators(List<RequestValidator> requestValidators)
initValidators in class AbstractTusExtensionprotected void initRequestHandlers(List<RequestHandler> requestHandlers)
initRequestHandlers in class AbstractTusExtensionCopyright © 2019. All rights reserved.