Uses of Interface
me.desair.tus.server.RequestHandler
Package
Description
-
Uses of RequestHandler 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
Modifier and TypeMethodDescriptionprotected void
ChecksumExtension.initRequestHandlers
(List<RequestHandler> requestHandlers) -
Uses of RequestHandler 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.Modifier and TypeMethodDescriptionprotected void
ConcatenationExtension.initRequestHandlers
(List<RequestHandler> requestHandlers) -
Uses of RequestHandler in me.desair.tus.server.core
Modifier and TypeClassDescriptionclass
The Tus-Resumable header MUST be included in every request and response except for OPTIONS requests.class
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.Modifier and TypeMethodDescriptionprotected void
CoreProtocol.initRequestHandlers
(List<RequestHandler> requestHandlers) -
Uses of RequestHandler 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.Modifier and TypeMethodDescriptionprotected void
CreationExtension.initRequestHandlers
(List<RequestHandler> requestHandlers) -
Uses of RequestHandler in me.desair.tus.server.download
Modifier and TypeClassDescriptionclass
Send the uploaded bytes of finished uploadsclass
Add our download extension the Tus-Extension headerModifier and TypeMethodDescriptionprotected void
DownloadExtension.initRequestHandlers
(List<RequestHandler> requestHandlers) -
Uses of RequestHandler 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.Modifier and TypeMethodDescriptionprotected void
ExpirationExtension.initRequestHandlers
(List<RequestHandler> requestHandlers) -
Uses of RequestHandler 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 headerModifier and TypeMethodDescriptionprotected void
TerminationExtension.initRequestHandlers
(List<RequestHandler> requestHandlers) -
Uses of RequestHandler in me.desair.tus.server.util
Modifier and TypeClassDescriptionclass
Abstract request handler to add tus extension values to the correct headerclass
AbstractRequestHandler
implementation that contains the common functionalityModifier and TypeMethodDescriptionprotected abstract void
AbstractTusExtension.initRequestHandlers
(List<RequestHandler> requestHandlers)