Uses of Interface
me.desair.tus.server.TusExtension
Package
Description
-
Uses of TusExtension in me.desair.tus.server
Modifier and TypeMethodDescriptionTusFileUploadService.addTusExtension
(TusExtension feature) Add a custom (application-specific) extension that implements theTusExtension
interface. -
Uses of TusExtension in me.desair.tus.server.checksum
Modifier and TypeClassDescriptionclass
The Client and the Server MAY implement and use this extension to verify data integrity of each PATCH request. -
Uses of TusExtension in me.desair.tus.server.concatenation
Modifier and TypeClassDescriptionclass
This extension can be used to concatenate multiple uploads into a single one enabling Clients to perform parallel uploads and to upload non-contiguous chunks. -
Uses of TusExtension in me.desair.tus.server.core
Modifier and TypeClassDescriptionclass
The core protocol describes how to resume an interrupted upload. -
Uses of TusExtension in me.desair.tus.server.creation
Modifier and TypeClassDescriptionclass
The Client and the Server SHOULD implement the upload creation extension. -
Uses of TusExtension in me.desair.tus.server.download
Modifier and TypeClassDescriptionclass
Some Tus clients also send GET request to retrieve the uploaded content. -
Uses of TusExtension in me.desair.tus.server.expiration
Modifier and TypeClassDescriptionclass
The Server MAY remove unfinished uploads once they expire. -
Uses of TusExtension in me.desair.tus.server.termination
Modifier and TypeClassDescriptionclass
This extension defines a way for the Client to terminate completed and unfinished uploads allowing the Server to free up used resources. -
Uses of TusExtension in me.desair.tus.server.util
Modifier and TypeMethodDescriptionvoid
TusServletRequest.addProcessor
(TusExtension processor) boolean
TusServletRequest.isProcessedBy
(TusExtension processor)