Uses of Enum Class
me.desair.tus.server.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in me.desair.tus.server
Methods in me.desair.tus.server that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodstatic HttpMethodHttpMethod.getMethodIfSupported(jakarta.servlet.http.HttpServletRequest request, Set<HttpMethod> supportedHttpMethods) static HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.desair.tus.server that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionTusExtension.getMinimalSupportedHttpMethods()The minimal list of HTTP methods that this extension needs to function properlyTusFileUploadService.getSupportedHttpMethods()Get all HTTP methods that are supported by this TusUploadService based on the enabled and/or disabled tus extensions.Methods in me.desair.tus.server with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected voidTusFileUploadService.executeProcessingByFeatures(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, String ownerKey) 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 requestprotected voidTusFileUploadService.processLockedRequest(HttpMethod method, TusServletRequest request, TusServletResponse response, String ownerKey) protected voidTusFileUploadService.processTusException(HttpMethod method, TusServletRequest request, TusServletResponse response, String ownerKey, TusException exception) booleanRequestHandler.supports(HttpMethod method) booleanRequestValidator.supports(HttpMethod method) Test if this validator supports the given HTTP methodvoidRequestValidator.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) Method parameters in me.desair.tus.server with type arguments of type HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.getMethodIfSupported(jakarta.servlet.http.HttpServletRequest request, Set<HttpMethod> supportedHttpMethods) -
Uses of HttpMethod in me.desair.tus.server.checksum
Methods in me.desair.tus.server.checksum that return types with arguments of type HttpMethodMethods in me.desair.tus.server.checksum with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidChecksumOptionsRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidChecksumPatchRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) booleanChecksumPatchRequestHandler.supports(HttpMethod method) -
Uses of HttpMethod in me.desair.tus.server.checksum.validation
Methods in me.desair.tus.server.checksum.validation with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanChecksumAlgorithmValidator.supports(HttpMethod method) voidChecksumAlgorithmValidator.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest request, UploadStorageService uploadStorageService, String ownerKey) -
Uses of HttpMethod in me.desair.tus.server.concatenation
Methods in me.desair.tus.server.concatenation that return types with arguments of type HttpMethodMethods in me.desair.tus.server.concatenation with parameters of type HttpMethodModifier 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) booleanConcatenationHeadRequestHandler.supports(HttpMethod method) booleanConcatenationPostRequestHandler.supports(HttpMethod method) -
Uses of HttpMethod in me.desair.tus.server.concatenation.validation
Methods in me.desair.tus.server.concatenation.validation with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanNoUploadLengthOnFinalValidator.supports(HttpMethod method) booleanPartialUploadsExistValidator.supports(HttpMethod method) booleanPatchFinalUploadValidator.supports(HttpMethod method) voidNoUploadLengthOnFinalValidator.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 HttpMethod in me.desair.tus.server.core
Methods in me.desair.tus.server.core that return types with arguments of type HttpMethodMethods in me.desair.tus.server.core with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidCoreDefaultResponseHeadersHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidCoreHeadRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidCoreOptionsRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidCorePatchRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) booleanCoreDefaultResponseHeadersHandler.supports(HttpMethod method) booleanCoreHeadRequestHandler.supports(HttpMethod method) booleanCoreOptionsRequestHandler.supports(HttpMethod method) booleanCorePatchRequestHandler.supports(HttpMethod method) -
Uses of HttpMethod in me.desair.tus.server.core.validation
Methods in me.desair.tus.server.core.validation with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanContentLengthValidator.supports(HttpMethod method) booleanContentTypeValidator.supports(HttpMethod method) booleanHttpMethodValidator.supports(HttpMethod method) booleanIdExistsValidator.supports(HttpMethod method) booleanTusResumableValidator.supports(HttpMethod method) booleanUploadOffsetValidator.supports(HttpMethod method) voidContentLengthValidator.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 HttpMethod in me.desair.tus.server.creation
Methods in me.desair.tus.server.creation that return types with arguments of type HttpMethodMethods in me.desair.tus.server.creation with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidCreationHeadRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidCreationPatchRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidCreationPostRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) booleanCreationHeadRequestHandler.supports(HttpMethod method) booleanCreationPatchRequestHandler.supports(HttpMethod method) booleanCreationPostRequestHandler.supports(HttpMethod method) -
Uses of HttpMethod in me.desair.tus.server.creation.validation
Methods in me.desair.tus.server.creation.validation with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanPostEmptyRequestValidator.supports(HttpMethod method) booleanPostUriValidator.supports(HttpMethod method) booleanUploadDeferLengthValidator.supports(HttpMethod method) booleanUploadLengthValidator.supports(HttpMethod method) voidPostEmptyRequestValidator.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 HttpMethod in me.desair.tus.server.download
Methods in me.desair.tus.server.download that return types with arguments of type HttpMethodMethods in me.desair.tus.server.download with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidDownloadGetRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) booleanDownloadGetRequestHandler.supports(HttpMethod method) -
Uses of HttpMethod in me.desair.tus.server.expiration
Methods in me.desair.tus.server.expiration that return types with arguments of type HttpMethodMethods in me.desair.tus.server.expiration with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidExpirationRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) booleanExpirationRequestHandler.supports(HttpMethod method) -
Uses of HttpMethod in me.desair.tus.server.termination
Methods in me.desair.tus.server.termination that return types with arguments of type HttpMethodMethods in me.desair.tus.server.termination with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidTerminationDeleteRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) booleanTerminationDeleteRequestHandler.supports(HttpMethod method) -
Uses of HttpMethod in me.desair.tus.server.util
Methods in me.desair.tus.server.util with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidAbstractTusExtension.handleError(HttpMethod method, TusServletRequest request, TusServletResponse response, UploadStorageService uploadStorageService, String ownerKey) voidAbstractExtensionRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) voidAbstractTusExtension.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) booleanAbstractExtensionRequestHandler.supports(HttpMethod method) voidAbstractTusExtension.validate(HttpMethod method, jakarta.servlet.http.HttpServletRequest servletRequest, UploadStorageService uploadStorageService, String ownerKey)