Uses of Interface
com.biglybt.pif.torrent.TorrentDownloader
-
Packages that use TorrentDownloader Package Description com.biglybt.pif.torrent com.biglybt.pifimpl.local.torrent com.biglybt.pifimpl.remote.torrent -
-
Uses of TorrentDownloader in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent that return TorrentDownloader Modifier and Type Method Description TorrentDownloader
TorrentManager. getURLDownloader(java.net.URL url)
TorrentDownloader
TorrentManager. getURLDownloader(java.net.URL url, java.lang.String user_name, java.lang.String password)
-
Uses of TorrentDownloader in com.biglybt.pifimpl.local.torrent
Classes in com.biglybt.pifimpl.local.torrent that implement TorrentDownloader Modifier and Type Class Description class
TorrentDownloaderImpl
Methods in com.biglybt.pifimpl.local.torrent that return TorrentDownloader Modifier and Type Method Description TorrentDownloader
TorrentManagerImpl. getURLDownloader(java.net.URL url)
TorrentDownloader
TorrentManagerImpl. getURLDownloader(java.net.URL url, java.lang.String user_name, java.lang.String password)
-
Uses of TorrentDownloader in com.biglybt.pifimpl.remote.torrent
Classes in com.biglybt.pifimpl.remote.torrent that implement TorrentDownloader Modifier and Type Class Description class
RPTorrentDownloader
Fields in com.biglybt.pifimpl.remote.torrent declared as TorrentDownloader Modifier and Type Field Description protected TorrentDownloader
RPTorrentDownloader. delegate
Methods in com.biglybt.pifimpl.remote.torrent that return TorrentDownloader Modifier and Type Method Description TorrentDownloader
RPTorrentManager. getURLDownloader(java.net.URL url)
TorrentDownloader
RPTorrentManager. getURLDownloader(java.net.URL url, java.lang.String user_name, java.lang.String password)
Methods in com.biglybt.pifimpl.remote.torrent with parameters of type TorrentDownloader Modifier and Type Method Description static RPTorrentDownloader
RPTorrentDownloader. create(TorrentDownloader _delegate)
Constructors in com.biglybt.pifimpl.remote.torrent with parameters of type TorrentDownloader Constructor Description RPTorrentDownloader(TorrentDownloader _delegate)
-