Interface TrackerTorrent

    • Method Detail

      • getStatus

        int getStatus()
      • getSeedCount

        int getSeedCount()
      • getLeecherCount

        int getLeecherCount()
      • getBadNATCount

        int getBadNATCount()
        Gives access to the number of peers that have failed NAT checks, 0 if NAT checking is disabled.
        Returns:
      • getTotalUploaded

        long getTotalUploaded()
      • getTotalDownloaded

        long getTotalDownloaded()
      • getAverageUploaded

        long getAverageUploaded()
      • getAverageDownloaded

        long getAverageDownloaded()
      • getTotalLeft

        long getTotalLeft()
      • getCompletedCount

        long getCompletedCount()
      • getTotalBytesIn

        long getTotalBytesIn()
        total bytes received by the tracker for this torrent - announce and scrape requests
        Returns:
      • getAverageBytesIn

        long getAverageBytesIn()
        average rate of bytes in
        Returns:
      • getTotalBytesOut

        long getTotalBytesOut()
        total bytes sent as response by the tracker - announce and scrape responses
        Returns:
      • getAverageBytesOut

        long getAverageBytesOut()
        average bytes sent
        Returns:
      • getScrapeCount

        long getScrapeCount()
      • getAverageScrapeCount

        long getAverageScrapeCount()
      • getAnnounceCount

        long getAnnounceCount()
      • getAverageAnnounceCount

        long getAverageAnnounceCount()
      • disableReplyCaching

        void disableReplyCaching()
        stops the tracker from caching replies to announces/scrapes for this torrent
      • isPassive

        boolean isPassive()
      • getDateAdded

        long getDateAdded()
        Returns:
        Since:
        2.3.0.5