Uses of Class
com.biglybt.plugin.extseed.ExternalSeedPeer
-
Packages that use ExternalSeedPeer Package Description com.biglybt.core.download.impl com.biglybt.plugin.extseed -
-
Uses of ExternalSeedPeer in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type ExternalSeedPeer Modifier and Type Field Description private java.util.LinkedList<ExternalSeedPeer>
DownloadManagerController. http_seeds
-
Uses of ExternalSeedPeer in com.biglybt.plugin.extseed
Fields in com.biglybt.plugin.extseed declared as ExternalSeedPeer Modifier and Type Field Description private ExternalSeedPeer
ExternalSeedManualPeer. peer
Methods in com.biglybt.plugin.extseed that return ExternalSeedPeer Modifier and Type Method Description ExternalSeedPeer
ExternalSeedManualPeer. getDelegate()
Methods in com.biglybt.plugin.extseed that return types with arguments of type ExternalSeedPeer Modifier and Type Method Description java.util.List<ExternalSeedPeer>
ExternalSeedPlugin. addSeed(Download download, java.util.Map config)
Methods in com.biglybt.plugin.extseed with parameters of type ExternalSeedPeer Modifier and Type Method Description protected void
ExternalSeedPlugin. removePeer(ExternalSeedPeer peer)
protected boolean
ExternalSeedPeer. sameAs(ExternalSeedPeer other)
Constructors in com.biglybt.plugin.extseed with parameters of type ExternalSeedPeer Constructor Description ExternalSeedManualPeer(ExternalSeedPeer _peer)
-