Uses of Interface
me.desair.tus.server.TusExtension
Packages that use TusExtension
Package
Description
-
Uses of TusExtension in me.desair.tus.server
Methods in me.desair.tus.server with parameters of type TusExtensionModifier and TypeMethodDescriptionTusFileUploadService.addTusExtension
(TusExtension feature) Add a custom (application-specific) extension that implements theTusExtension
interface. -
Uses of TusExtension in me.desair.tus.server.checksum
Classes in me.desair.tus.server.checksum that implement TusExtensionModifier 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
Classes in me.desair.tus.server.concatenation that implement TusExtensionModifier 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
Classes in me.desair.tus.server.core that implement TusExtensionModifier and TypeClassDescriptionclass
The core protocol describes how to resume an interrupted upload. -
Uses of TusExtension in me.desair.tus.server.creation
Classes in me.desair.tus.server.creation that implement TusExtensionModifier and TypeClassDescriptionclass
The Client and the Server SHOULD implement the upload creation extension. -
Uses of TusExtension in me.desair.tus.server.download
Classes in me.desair.tus.server.download that implement TusExtensionModifier and TypeClassDescriptionclass
Some Tus clients also send GET request to retrieve the uploaded content. -
Uses of TusExtension in me.desair.tus.server.expiration
Classes in me.desair.tus.server.expiration that implement TusExtensionModifier and TypeClassDescriptionclass
The Server MAY remove unfinished uploads once they expire. -
Uses of TusExtension in me.desair.tus.server.termination
Classes in me.desair.tus.server.termination that implement TusExtensionModifier 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
Classes in me.desair.tus.server.util that implement TusExtensionMethods in me.desair.tus.server.util with parameters of type TusExtensionModifier and TypeMethodDescriptionvoid
TusServletRequest.addProcessor
(TusExtension processor) boolean
TusServletRequest.isProcessedBy
(TusExtension processor)