Package com.biglybt.core.torrent.impl
Class TOTorrentAnnounceURLSetImpl
- java.lang.Object
-
- com.biglybt.core.torrent.impl.TOTorrentAnnounceURLSetImpl
-
- All Implemented Interfaces:
TOTorrentAnnounceURLSet
public class TOTorrentAnnounceURLSetImpl extends java.lang.Object implements TOTorrentAnnounceURLSet
-
-
Field Summary
Fields Modifier and Type Field Description private TOTorrentImpl
torrent
private java.net.URL[]
urls
-
Constructor Summary
Constructors Modifier Constructor Description protected
TOTorrentAnnounceURLSetImpl(TOTorrentImpl _torrent, java.net.URL[] _urls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL[]
getAnnounceURLs()
void
setAnnounceURLs(java.net.URL[] _urls)
-
-
-
Field Detail
-
torrent
private final TOTorrentImpl torrent
-
urls
private java.net.URL[] urls
-
-
Constructor Detail
-
TOTorrentAnnounceURLSetImpl
protected TOTorrentAnnounceURLSetImpl(TOTorrentImpl _torrent, java.net.URL[] _urls)
-
-
Method Detail
-
getAnnounceURLs
public java.net.URL[] getAnnounceURLs()
- Specified by:
getAnnounceURLs
in interfaceTOTorrentAnnounceURLSet
-
setAnnounceURLs
public void setAnnounceURLs(java.net.URL[] _urls)
- Specified by:
setAnnounceURLs
in interfaceTOTorrentAnnounceURLSet
-
-