File
Doc
Category
Size
Date
Package
TRHost.java
API Doc
Azureus 3.0.3.4
2810
Wed Jun 15 14:57:26 BST 2005
org.gudy.azureus2.core3.tracker.host
TRHost
public interface TRHost
author
parg
Fields Summary
public static final int
DEFAULT_MIN_RETRY_DELAY
public static final int
DEFAULT_MAX_RETRY_DELAY
public static final int
DEFAULT_INC_BY
public static final int
DEFAULT_INC_PER
public static final int
DEFAULT_SCRAPE_RETRY_PERCENTAGE
public static final int
DEFAULT_SCRAPE_CACHE_PERIOD
public static final int
DEFAULT_ANNOUNCE_CACHE_PERIOD
public static final int
DEFAULT_ANNOUNCE_CACHE_PEER_THRESHOLD
public static final int
DEFAULT_PORT
public static final int
DEFAULT_PORT_SSL
Constructors Summary
Methods Summary
public void
addAuthenticationListener
(
TRHostAuthenticationListener
l)
public void
addListener
(
TRHostListener
l)
public void
close
()
public
TRHostTorrent
getHostTorrent
(
TOTorrent
torrent)
returns the host torrent for the torrent if it exists, null otherwise
param
torrent
return
public
java.lang.String
getName
()
public
TRHostTorrent
[]
getTorrents
()
public
TRHostTorrent
hostTorrent
(
TOTorrent
torrent,
boolean
persistent,
boolean
passive)
public void
initialise
(
TRHostTorrentFinder
finder)
public
TRHostTorrent
publishTorrent
(
TOTorrent
torrent)
public void
removeAuthenticationListener
(
TRHostAuthenticationListener
l)
public void
removeListener
(
TRHostListener
l)
Java Code Source