FileDocCategorySizeDatePackage
TRTrackerScraperClientResolver.javaAPI DocAzureus 3.0.3.42599Sun Jul 16 03:35:20 BST 2006org.gudy.azureus2.core3.tracker.client

TRTrackerScraperClientResolver

public interface TRTrackerScraperClientResolver
author
parg

Fields Summary
public static final int
ST_NOT_FOUND
public static final int
ST_RUNNING
public static final int
ST_QUEUED
public static final int
ST_OTHER
public static final Character
FL_NONE
public static final Character
FL_INCOMPLETE_STOPPED
public static final Character
FL_INCOMPLETE_QUEUED
public static final Character
FL_INCOMPLETE_RUNNING
public static final Character
FL_COMPLETE_STOPPED
public static final Character
FL_COMPLETE_QUEUED
public static final Character
FL_COMPLETE_RUNNING
Constructors Summary
Methods Summary
public java.lang.Object[]getExtensions(org.gudy.azureus2.core3.util.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_ values

param
hash
return

public intgetStatus(org.gudy.azureus2.core3.util.HashWrapper torrent_hash)
Gives access to a restricted set of states for this torrent from ST_ set

param
torrent_hash
return

public booleanisNetworkEnabled(org.gudy.azureus2.core3.util.HashWrapper hash, java.net.URL url)

public booleanredirectTrackerUrl(org.gudy.azureus2.core3.util.HashWrapper hash, java.net.URL old_url, java.net.URL new_url)