Uses of Class
com.biglybt.pifimpl.local.torrent.TorrentManagerImpl
-
Packages that use TorrentManagerImpl Package Description com.biglybt.pifimpl.local.torrent -
-
Uses of TorrentManagerImpl in com.biglybt.pifimpl.local.torrent
Fields in com.biglybt.pifimpl.local.torrent declared as TorrentManagerImpl Modifier and Type Field Description protected TorrentManagerImpl
TorrentDownloaderImpl. manager
private static TorrentManagerImpl
TorrentManagerImpl. singleton
Methods in com.biglybt.pifimpl.local.torrent that return TorrentManagerImpl Modifier and Type Method Description static TorrentManagerImpl
TorrentManagerImpl. getSingleton()
Constructors in com.biglybt.pifimpl.local.torrent with parameters of type TorrentManagerImpl Constructor Description TorrentDownloaderImpl(TorrentManagerImpl _manager, java.net.URL _url)
TorrentDownloaderImpl(TorrentManagerImpl _manager, java.net.URL _url, java.lang.String _user_name, java.lang.String _password)
-