FileDocCategorySizeDatePackage
TorrentAnnounceURLList.javaAPI DocAzureus 3.0.3.42038Wed Mar 03 10:28:56 GMT 2004org.gudy.azureus2.plugins.torrent

TorrentAnnounceURLList

public interface TorrentAnnounceURLList
author
parg

Fields Summary
Constructors Summary
Methods Summary
public voidaddSet(java.net.URL[] urls)
Adds a set to the torrent at the end of the list. If the torrent currently has NO announcelist entries then the existing "announce-url" is also added to the set as the first entry. To avoid this behaviour manipulate the sets yourself and use setSets Duplicate set entries are ignored

param
urls

public TorrentAnnounceURLListSetcreate(java.net.URL[] urls)
create a new set. This is NOT added to the list, you have to manually add it afterwards

param
urls
return

public TorrentAnnounceURLListSet[]getSets()

public voidinsertSetAtFront(java.net.URL[] urls)
Adds a set to the torrent at the front of the list. If the torrent currently has NO announcelist entries then the existing "announce-url" is also added to the set as the first entry. To avoid this behaviour manipulate the sets yourself and use setSets Duplicate set entries are ignored

param
urls

public voidsetSets(TorrentAnnounceURLListSet[] sets)