| Modifier and Type | Method and Description |
|---|---|
void |
TusExtension.handleError(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey)
If a request is invalid, or when processing the request fails, it might be necessary to react to this failure.
|
void |
TusExtension.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey)
Process the given request
|
void |
RequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
TusExtension.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest servletRequest,
UploadStorageService uploadStorageService,
String ownerKey)
Validate the given request
|
void |
RequestValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey)
Validate if the request should be processed
|
TusFileUploadService |
TusFileUploadService.withUploadStorageService(UploadStorageService uploadStorageService)
Provide a custom
UploadStorageService implementation that should be used to store uploaded bytes and
metadata (UploadInfo). |
| Modifier and Type | Method and Description |
|---|---|
void |
ChecksumPatchRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
ChecksumOptionsRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChecksumAlgorithmValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcatenationPostRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
ConcatenationHeadRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchFinalUploadValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
PartialUploadsExistValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
NoUploadLengthOnFinalValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
CorePatchRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
CoreOptionsRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
CoreHeadRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
CoreDefaultResponseHeadersHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadOffsetValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
TusResumableValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
IdExistsValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
HttpMethodValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
ContentTypeValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
ContentLengthValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreationPostRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
CreationPatchRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
CreationHeadRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadLengthValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
UploadDeferLengthValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
PostURIValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
PostEmptyRequestValidator.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest request,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadGetRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpirationRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
TerminationDeleteRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalCachedStorageAndLockingService
Combined implementation of
UploadStorageService and UploadLockingService. |
| Constructor and Description |
|---|
ThreadLocalCachedStorageAndLockingService(UploadStorageService storageServiceDelegate,
UploadLockingService lockingServiceDelegate) |
| Constructor and Description |
|---|
UploadInputStreamEnumeration(List<UploadInfo> uploadList,
UploadStorageService uploadStorageService) |
VirtualConcatenationService(UploadStorageService uploadStorageService) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskStorageService
Implementation of
UploadStorageService that implements storage on disk |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTusExtension.handleError(HttpMethod method,
TusServletRequest request,
TusServletResponse response,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
AbstractTusExtension.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
AbstractExtensionRequestHandler.process(HttpMethod method,
TusServletRequest servletRequest,
TusServletResponse servletResponse,
UploadStorageService uploadStorageService,
String ownerKey) |
void |
AbstractTusExtension.validate(HttpMethod method,
javax.servlet.http.HttpServletRequest servletRequest,
UploadStorageService uploadStorageService,
String ownerKey) |
Copyright © 2019. All rights reserved.