Interface ShortCuts

All Known Implementing Classes:
RPShortCuts, ShortCutsImpl

public interface ShortCuts
  • Method Summary

    Modifier and Type
    Method
    Description
    getDownload(byte[] hash)
    A quick way of looking up a download given its hash
    getDownloadStats(byte[] hash)
    A quick way of getting a download's statistics given its hash
    void
    removeDownload(byte[] hash)
    A quick way of deleting a download given its hash
    void
    restartDownload(byte[] hash)
    A quick way of restarting a download given its hash
    void
    stopDownload(byte[] hash)
    A quick way of stopping a download given its hash