Uses of Class
me.desair.tus.server.util.TusServletRequest
Packages that use TusServletRequest
Package
Description
-
Uses of TusServletRequest in me.desair.tus.server
Methods in me.desair.tus.server with parameters of type TusServletRequestModifier 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) -
Uses of TusServletRequest in me.desair.tus.server.checksum
Methods in me.desair.tus.server.checksum with parameters of type TusServletRequestModifier 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) -
Uses of TusServletRequest in me.desair.tus.server.concatenation
Methods in me.desair.tus.server.concatenation with parameters of type TusServletRequestModifier 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 TusServletRequest in me.desair.tus.server.core
Methods in me.desair.tus.server.core with parameters of type TusServletRequestModifier 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) -
Uses of TusServletRequest in me.desair.tus.server.creation
Methods in me.desair.tus.server.creation with parameters of type TusServletRequestModifier 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) -
Uses of TusServletRequest in me.desair.tus.server.download
Methods in me.desair.tus.server.download with parameters of type TusServletRequestModifier and TypeMethodDescriptionvoidDownloadGetRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) -
Uses of TusServletRequest in me.desair.tus.server.expiration
Methods in me.desair.tus.server.expiration with parameters of type TusServletRequestModifier and TypeMethodDescriptionvoidExpirationRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) -
Uses of TusServletRequest in me.desair.tus.server.termination
Methods in me.desair.tus.server.termination with parameters of type TusServletRequestModifier and TypeMethodDescriptionvoidTerminationDeleteRequestHandler.process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) -
Uses of TusServletRequest in me.desair.tus.server.util
Methods in me.desair.tus.server.util with parameters of type TusServletRequestModifier 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)