Package com.biglybt.core.tracker.client
Interface TRTrackerScraperClientResolver
public interface TRTrackerScraperClientResolver
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint[]
getCachedScrape
(HashWrapper hash) String[]
Object[]
getExtensions
(HashWrapper hash) Two kinds of extensions: entry [0] = String (or null) that gets passed with the scrape verbotem after infohash entry [1] = Character - status of download, aggregated into a single String passed with scrape status flags are above FL_ valuesboolean
isNetworkEnabled
(HashWrapper hash, URL url) boolean
isScrapable
(HashWrapper torrent_hash) boolean
redirectTrackerUrl
(HashWrapper hash, URL old_url, URL new_url)
-
Field Details
-
FL_NONE
-
FL_INCOMPLETE_STOPPED
-
FL_INCOMPLETE_QUEUED
-
FL_INCOMPLETE_RUNNING
-
FL_COMPLETE_STOPPED
-
FL_COMPLETE_QUEUED
-
FL_COMPLETE_RUNNING
-
-
Method Details
-
isScrapable
-
getCachedScrape
- Parameters:
hash
-- Returns:
-
isNetworkEnabled
-
getEnabledNetworks
-
getExtensions
Two kinds of extensions: entry [0] = String (or null) that gets passed with the scrape verbotem after infohash entry [1] = Character - status of download, aggregated into a single String passed with scrape status flags are above FL_ values- Parameters:
hash
-- Returns:
-
redirectTrackerUrl
-