Uses of Interface
com.biglybt.pif.torrent.TorrentAnnounceURLListSet
-
Packages that use TorrentAnnounceURLListSet Package Description com.biglybt.pif.torrent com.biglybt.pifimpl.local.torrent -
-
Uses of TorrentAnnounceURLListSet in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent that return TorrentAnnounceURLListSet Modifier and Type Method Description TorrentAnnounceURLListSet
TorrentAnnounceURLList. create(java.net.URL[] urls)
create a new set.TorrentAnnounceURLListSet[]
TorrentAnnounceURLList. getSets()
Methods in com.biglybt.pif.torrent with parameters of type TorrentAnnounceURLListSet Modifier and Type Method Description void
TorrentAnnounceURLList. setSets(TorrentAnnounceURLListSet[] sets)
-
Uses of TorrentAnnounceURLListSet in com.biglybt.pifimpl.local.torrent
Classes in com.biglybt.pifimpl.local.torrent that implement TorrentAnnounceURLListSet Modifier and Type Class Description class
TorrentAnnounceURLListSetImpl
Methods in com.biglybt.pifimpl.local.torrent that return TorrentAnnounceURLListSet Modifier and Type Method Description TorrentAnnounceURLListSet
TorrentAnnounceURLListImpl. create(java.net.URL[] urls)
TorrentAnnounceURLListSet[]
TorrentAnnounceURLListImpl. getSets()
Methods in com.biglybt.pifimpl.local.torrent with parameters of type TorrentAnnounceURLListSet Modifier and Type Method Description void
TorrentAnnounceURLListImpl. setSets(TorrentAnnounceURLListSet[] sets)
-