Interface TRTrackerAnnouncerResponse

    • Method Detail

      • getStatus

        int getStatus()
        Returns the current status of the tracker
        Returns:
        see above ST_ set
      • getStatusString

        java.lang.String getStatusString()
      • getTimeToWait

        long getTimeToWait()
        This value is always available
        Returns:
        time to wait before requerying tracker
      • getAdditionalInfo

        java.lang.String getAdditionalInfo()
        Returns any additional textual information associated with reponse. If the status is ST_REPORTED_ERROR, this will return the error description (possibly directly from the tracker).
        Returns:
        Additional information
      • getExtensions

        java.util.Map getExtensions()
      • getURL

        java.net.URL getURL()
      • getScrapeCompleteCount

        int getScrapeCompleteCount()
      • getScrapeIncompleteCount

        int getScrapeIncompleteCount()
      • getScrapeDownloadedCount

        int getScrapeDownloadedCount()
      • print

        void print()