Interface Finalizer

All Known Implementing Classes:
DownloadFinalizer, UploadFinalizer

public interface Finalizer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(String receipt)
     
  • Method Details

    • run

      void run(String receipt) throws IOException
      Parameters:
      receipt - The receipt that was retrieved from the server, if any. If the server returns a receipt it should be used to complete the transfer.
      Throws:
      IOException - If the transfer should fail.