Class TerminationExtension

java.lang.Object
me.desair.tus.server.util.AbstractTusExtension
me.desair.tus.server.termination.TerminationExtension
All Implemented Interfaces:
TusExtension

public class TerminationExtension extends AbstractTusExtension
This extension defines a way for the Client to terminate completed and unfinished uploads allowing the Server to free up used resources.
If this extension is supported by the Server, it MUST be announced by adding "termination" to the Tus-Extension header.
  • Constructor Details

    • TerminationExtension

      public TerminationExtension()
  • Method Details