Uses of Class
me.desair.tus.server.util.AbstractRequestHandler
Package
Description
-
Uses of AbstractRequestHandler in me.desair.tus.server.checksum
Modifier and TypeClassDescriptionclass
The Tus-Checksum-Algorithm header MUST be included in the response to an OPTIONS request.class
-
Uses of AbstractRequestHandler in me.desair.tus.server.concatenation
Modifier and TypeClassDescriptionclass
The response to a HEAD request for a upload SHOULD NOT contain the Upload-Offset header unless the concatenation has been successfully finished.class
If the Server supports this extension, it MUST add concatenation to the Tus-Extension header.class
The Server MUST acknowledge a successful upload creation with the 201 Created status. -
Uses of AbstractRequestHandler in me.desair.tus.server.core
Modifier and TypeClassDescriptionclass
A HEAD request is used to determine the offset at which the upload should be continued.class
An OPTIONS request MAY be used to gather information about the Server’s current configuration.class
The 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. -
Uses of AbstractRequestHandler in me.desair.tus.server.creation
Modifier and TypeClassDescriptionclass
A HEAD request can be used to retrieve the metadata that was supplied at creation.class
The Client and the Server SHOULD implement the upload creation extension.class
Upload-Defer-Length: 1 if upload size is not known at the time.class
The Server MUST acknowledge a successful upload creation with the 201 Created status. -
Uses of AbstractRequestHandler in me.desair.tus.server.download
Modifier and TypeClassDescriptionclass
Send the uploaded bytes of finished uploadsclass
Add our download extension the Tus-Extension header -
Uses of AbstractRequestHandler in me.desair.tus.server.expiration
Modifier and TypeClassDescriptionclass
The Server MAY remove unfinished uploads once they expire.class
The Upload-Expires response header indicates the time after which the unfinished upload expires. -
Uses of AbstractRequestHandler in me.desair.tus.server.termination
Modifier and TypeClassDescriptionclass
When 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.class
Add our download extension the Tus-Extension header -
Uses of AbstractRequestHandler in me.desair.tus.server.util
Modifier and TypeClassDescriptionclass
Abstract request handler to add tus extension values to the correct header