Uses of Interface
me.desair.tus.server.RequestHandler
Packages that use RequestHandler
Package
Description
- 
Uses of RequestHandler in me.desair.tus.server.checksum
Classes in me.desair.tus.server.checksum that implement RequestHandlerModifier and TypeClassDescriptionclassThe Tus-Checksum-Algorithm header MUST be included in the response to an OPTIONS request.classMethod parameters in me.desair.tus.server.checksum with type arguments of type RequestHandlerModifier and TypeMethodDescriptionprotected voidChecksumExtension.initRequestHandlers(List<RequestHandler> requestHandlers)  - 
Uses of RequestHandler in me.desair.tus.server.concatenation
Classes in me.desair.tus.server.concatenation that implement RequestHandlerModifier and TypeClassDescriptionclassThe response to a HEAD request for a upload SHOULD NOT contain the Upload-Offset header unless the concatenation has been successfully finished.classIf the Server supports this extension, it MUST add concatenation to the Tus-Extension header.classThe Server MUST acknowledge a successful upload creation with the 201 Created status.Method parameters in me.desair.tus.server.concatenation with type arguments of type RequestHandlerModifier and TypeMethodDescriptionprotected voidConcatenationExtension.initRequestHandlers(List<RequestHandler> requestHandlers)  - 
Uses of RequestHandler in me.desair.tus.server.core
Classes in me.desair.tus.server.core that implement RequestHandlerModifier and TypeClassDescriptionclassThe Tus-Resumable header MUST be included in every request and response except for OPTIONS requests.classA HEAD request is used to determine the offset at which the upload should be continued.classAn OPTIONS request MAY be used to gather information about the Server’s current configuration.classThe Server SHOULD accept PATCH requests against any upload URL and apply the bytes contained in the message at the given offset specified by the Upload-Offset header.Method parameters in me.desair.tus.server.core with type arguments of type RequestHandlerModifier and TypeMethodDescriptionprotected voidCoreProtocol.initRequestHandlers(List<RequestHandler> requestHandlers)  - 
Uses of RequestHandler in me.desair.tus.server.creation
Classes in me.desair.tus.server.creation that implement RequestHandlerModifier and TypeClassDescriptionclassA HEAD request can be used to retrieve the metadata that was supplied at creation.classThe Client and the Server SHOULD implement the upload creation extension.classUpload-Defer-Length: 1 if upload size is not known at the time.classThe Server MUST acknowledge a successful upload creation with the 201 Created status.Method parameters in me.desair.tus.server.creation with type arguments of type RequestHandlerModifier and TypeMethodDescriptionprotected voidCreationExtension.initRequestHandlers(List<RequestHandler> requestHandlers)  - 
Uses of RequestHandler in me.desair.tus.server.download
Classes in me.desair.tus.server.download that implement RequestHandlerModifier and TypeClassDescriptionclassSend the uploaded bytes of finished uploadsclassAdd our download extension the Tus-Extension headerMethod parameters in me.desair.tus.server.download with type arguments of type RequestHandlerModifier and TypeMethodDescriptionprotected voidDownloadExtension.initRequestHandlers(List<RequestHandler> requestHandlers)  - 
Uses of RequestHandler in me.desair.tus.server.expiration
Classes in me.desair.tus.server.expiration that implement RequestHandlerModifier and TypeClassDescriptionclassThe Server MAY remove unfinished uploads once they expire.classThe Upload-Expires response header indicates the time after which the unfinished upload expires.Method parameters in me.desair.tus.server.expiration with type arguments of type RequestHandlerModifier and TypeMethodDescriptionprotected voidExpirationExtension.initRequestHandlers(List<RequestHandler> requestHandlers)  - 
Uses of RequestHandler in me.desair.tus.server.termination
Classes in me.desair.tus.server.termination that implement RequestHandlerModifier and TypeClassDescriptionclassWhen receiving a DELETE request for an existing upload the Server SHOULD free associated resources and MUST respond with the 204 No Content status confirming that the upload was terminated.classAdd our download extension the Tus-Extension headerMethod parameters in me.desair.tus.server.termination with type arguments of type RequestHandlerModifier and TypeMethodDescriptionprotected voidTerminationExtension.initRequestHandlers(List<RequestHandler> requestHandlers)  - 
Uses of RequestHandler in me.desair.tus.server.util
Classes in me.desair.tus.server.util that implement RequestHandlerModifier and TypeClassDescriptionclassAbstract request handler to add tus extension values to the correct headerclassAbstractRequestHandlerimplementation that contains the common functionalityMethod parameters in me.desair.tus.server.util with type arguments of type RequestHandlerModifier and TypeMethodDescriptionprotected abstract voidAbstractTusExtension.initRequestHandlers(List<RequestHandler> requestHandlers)