Uses of Class
me.desair.tus.server.exception.TusException
Packages that use TusException
Package
Description
- 
Uses of TusException in me.desair.tus.serverMethods in me.desair.tus.server with parameters of type TusExceptionModifier and TypeMethodDescriptionprotected voidTusFileUploadService.processTusException(HttpMethod method, TusServletRequest request, TusServletResponse response, String ownerKey, TusException exception) Methods in me.desair.tus.server that throw TusExceptionModifier and TypeMethodDescriptionvoidTusFileUploadService.deleteUpload(String uploadUri) Method to delete an upload associated with the given upload URL.voidTusFileUploadService.deleteUpload(String uploadUri, String ownerKey) Method to delete an upload associated with the given upload URL.protected voidTusFileUploadService.executeProcessingByFeatures(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, String ownerKey) TusFileUploadService.getUploadedBytes(String uploadUri) Method to retrieve the bytes that were uploaded to a specific upload URI.TusFileUploadService.getUploadedBytes(String uploadUri, String ownerKey) Method to retrieve the bytes that were uploaded to a specific upload URI.TusFileUploadService.getUploadInfo(String uploadUri) Get the information on the upload corresponding to the given upload URI.TusFileUploadService.getUploadInfo(String uploadUri, String ownerKey) Get the information on the upload corresponding to the given upload URI.voidTusExtension.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.voidRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidTusExtension.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) Process the given requestvoidRequestValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) Validate if the request should be processedvoidTusExtension.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest servletRequest, UploadStorageService uploadStorageService, String ownerKey) Validate the given requestprotected voidTusFileUploadService.validateRequest(HttpMethod method, jakarta.servlet.http.HttpServletRequest servletRequest, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.checksumMethods in me.desair.tus.server.checksum that throw TusExceptionModifier and TypeMethodDescriptionvoidChecksumPatchRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.checksum.validationMethods in me.desair.tus.server.checksum.validation that throw TusExceptionModifier and TypeMethodDescriptionvoidChecksumAlgorithmValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.concatenationMethods in me.desair.tus.server.concatenation that throw TusExceptionModifier and TypeMethodDescriptionvoidConcatenationHeadRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidConcatenationPostRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.concatenation.validationMethods in me.desair.tus.server.concatenation.validation that throw TusExceptionModifier and TypeMethodDescriptionvoidNoUploadLengthOnFinalValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidPartialUploadsExistValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidPatchFinalUploadValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.coreMethods in me.desair.tus.server.core that throw TusExceptionModifier and TypeMethodDescriptionvoidCorePatchRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.core.validationMethods in me.desair.tus.server.core.validation that throw TusExceptionModifier and TypeMethodDescriptionvoidContentLengthValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidContentTypeValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidHttpMethodValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidIdExistsValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidTusResumableValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidUploadOffsetValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.creation.validationMethods in me.desair.tus.server.creation.validation that throw TusExceptionModifier and TypeMethodDescriptionvoidPostEmptyRequestValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidPostUriValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidUploadDeferLengthValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) voidUploadLengthValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.downloadMethods in me.desair.tus.server.download that throw TusExceptionModifier and TypeMethodDescriptionvoidDownloadGetRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.exceptionSubclasses of TusException in me.desair.tus.server.exceptionModifier and TypeClassDescriptionclassException thrown when the client sends a request for a checksum algorithm we do not supportclassclassException thrown when the request has an invalid content type.classException thrown when the Upload-Concat header contains an ID which is not valid.classException thrown when receiving a request with a tus protocol version we do not support
 The Tus-Resumable header MUST be included in every request and response except for OPTIONS requests.classException thrown when no valid Upload-Length or Upload-Defer-Length header is foundclassclassException thrown when the given upload length exceeds or internally defined maximumclassThe Server MUST respond with the 403 Forbidden status to PATCH requests against a upload URLclassException thrown when a POST request was received on an invalid URIclassException thrown when we receive a HTTP request with a method name that we do not supportclassclassException thrown when the client provided checksum does not match the checksum calculated by the serverclassException thrown when accessing an upload that is still in progress and this is not supported by the operationclassException thrown when the Client includes the Upload-Length header in the upload creation.classException thrown when the given upload ID was not found
 If the resource is not found, the Server SHOULD return either the 404 Not Found, 410 Gone or 403 Forbidden status without the Upload-Offset header.classIf the offsets do not match, the Server MUST respond with the 409 Conflict status without modifying the upload resource.
- 
Uses of TusException in me.desair.tus.server.expirationMethods in me.desair.tus.server.expiration that throw TusExceptionModifier and TypeMethodDescriptionvoidExpirationRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.terminationMethods in me.desair.tus.server.termination that throw TusExceptionModifier and TypeMethodDescriptionvoidTerminationDeleteRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) 
- 
Uses of TusException in me.desair.tus.server.uploadMethods in me.desair.tus.server.upload that throw TusExceptionModifier and TypeMethodDescriptionUploadStorageService.append(UploadInfo upload, InputStream inputStream) Append the bytes in the giveInputStreamto the upload with the given ID starting at the provided offset.UploadLockingService.lockUploadByUri(String requestUri) If the given URI represents a valid upload, lock that upload for processing.
- 
Uses of TusException in me.desair.tus.server.upload.cacheMethods in me.desair.tus.server.upload.cache that throw TusExceptionModifier and TypeMethodDescriptionThreadLocalCachedStorageAndLockingService.append(UploadInfo upload, InputStream inputStream) ThreadLocalCachedStorageAndLockingService.lockUploadByUri(String requestUri) 
- 
Uses of TusException in me.desair.tus.server.upload.diskMethods in me.desair.tus.server.upload.disk that throw TusExceptionModifier and TypeMethodDescriptionDiskStorageService.append(UploadInfo info, InputStream inputStream) DiskLockingService.lockUploadByUri(String requestUri) 
- 
Uses of TusException in me.desair.tus.server.utilMethods in me.desair.tus.server.util that throw TusExceptionModifier and TypeMethodDescriptionvoidAbstractTusExtension.handleError(HttpMethod method, TusServletRequest request, TusServletResponse response, UploadStorageService uploadStorageService, String ownerKey) voidAbstractTusExtension.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidAbstractTusExtension.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest servletRequest, UploadStorageService uploadStorageService, String ownerKey)