Uses of Interface
com.biglybt.plugin.extseed.ExternalSeedReader
-
Packages that use ExternalSeedReader Package Description com.biglybt.plugin.extseed com.biglybt.plugin.extseed.impl com.biglybt.plugin.extseed.impl.getright com.biglybt.plugin.extseed.impl.webseed -
-
Uses of ExternalSeedReader in com.biglybt.plugin.extseed
Fields in com.biglybt.plugin.extseed declared as ExternalSeedReader Modifier and Type Field Description private ExternalSeedReader
ExternalSeedPeer. reader
Methods in com.biglybt.plugin.extseed that return ExternalSeedReader Modifier and Type Method Description ExternalSeedReader[]
ExternalSeedPlugin. getManualWebSeeds(Torrent torrent)
protected ExternalSeedReader
ExternalSeedPeer. getReader()
ExternalSeedReader[]
ExternalSeedReaderFactory. getSeedReaders(ExternalSeedPlugin plugin, Download download)
ExternalSeedReader[]
ExternalSeedReaderFactory. getSeedReaders(ExternalSeedPlugin plugin, Download download, java.util.Map config)
ExternalSeedReader[]
ExternalSeedReaderFactory. getSeedReaders(ExternalSeedPlugin plugin, Torrent torrent)
Methods in com.biglybt.plugin.extseed with parameters of type ExternalSeedReader Modifier and Type Method Description boolean
ExternalSeedReader. sameAs(ExternalSeedReader other)
Constructors in com.biglybt.plugin.extseed with parameters of type ExternalSeedReader Constructor Description ExternalSeedPeer(ExternalSeedPlugin _plugin, Download _download, ExternalSeedReader _reader)
-
Uses of ExternalSeedReader in com.biglybt.plugin.extseed.impl
Classes in com.biglybt.plugin.extseed.impl that implement ExternalSeedReader Modifier and Type Class Description class
ExternalSeedReaderImpl
-
Uses of ExternalSeedReader in com.biglybt.plugin.extseed.impl.getright
Classes in com.biglybt.plugin.extseed.impl.getright that implement ExternalSeedReader Modifier and Type Class Description class
ExternalSeedReaderGetRight
Methods in com.biglybt.plugin.extseed.impl.getright that return ExternalSeedReader Modifier and Type Method Description ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight. getSeedReaders(ExternalSeedPlugin plugin, Download download)
ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight. getSeedReaders(ExternalSeedPlugin plugin, Download download, java.util.Map config)
ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight. getSeedReaders(ExternalSeedPlugin plugin, Torrent torrent)
private ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight. getSeedReaders(ExternalSeedPlugin plugin, java.lang.String name, Torrent torrent)
private ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight. getSeedReaders(ExternalSeedPlugin plugin, java.lang.String name, Torrent torrent, java.util.Map config)
Methods in com.biglybt.plugin.extseed.impl.getright with parameters of type ExternalSeedReader Modifier and Type Method Description boolean
ExternalSeedReaderGetRight. sameAs(ExternalSeedReader other)
-
Uses of ExternalSeedReader in com.biglybt.plugin.extseed.impl.webseed
Classes in com.biglybt.plugin.extseed.impl.webseed that implement ExternalSeedReader Modifier and Type Class Description class
ExternalSeedReaderWebSeed
Methods in com.biglybt.plugin.extseed.impl.webseed that return ExternalSeedReader Modifier and Type Method Description ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed. getSeedReaders(ExternalSeedPlugin plugin, Download download)
ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed. getSeedReaders(ExternalSeedPlugin plugin, Download download, java.util.Map config)
ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed. getSeedReaders(ExternalSeedPlugin plugin, Torrent torrent)
private ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed. getSeedReaders(ExternalSeedPlugin plugin, java.lang.String name, Torrent torrent)
private ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed. getSeedReaders(ExternalSeedPlugin plugin, java.lang.String name, Torrent torrent, java.util.Map config)
Methods in com.biglybt.plugin.extseed.impl.webseed with parameters of type ExternalSeedReader Modifier and Type Method Description boolean
ExternalSeedReaderWebSeed. sameAs(ExternalSeedReader other)
-