Methods Summary |
---|
public TOTorrentAnnounceURLSet | createAnnounceURLSet(java.net.URL[] urls)This method will create a new set. It is not added into the current set, this
must be done by the caller inserting the newly created set into an array as
required and calling the above "set" method.
|
public TOTorrentAnnounceURLSet[] | getAnnounceURLSets()Gets the current sets defined for this group, 0 length if none defined
|
public void | setAnnounceURLSets(TOTorrentAnnounceURLSet[] sets)Sets the group's URL sets to the supplied values.
|