Uses of Interface
com.biglybt.core.peermanager.unchoker.Unchoker
-
Packages that use Unchoker Package Description com.biglybt.core.peer.impl.control com.biglybt.core.peermanager.unchoker -
-
Uses of Unchoker in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as Unchoker Modifier and Type Field Description private Unchoker
PEPeerControlImpl. unchoker
-
Uses of Unchoker in com.biglybt.core.peermanager.unchoker
Classes in com.biglybt.core.peermanager.unchoker that implement Unchoker Modifier and Type Class Description class
DownloadingUnchoker
Unchoker implementation to be used while in downloading mode.class
SeedingUnchoker
Unchoker implementation to be used while in seeding mode.Methods in com.biglybt.core.peermanager.unchoker that return Unchoker Modifier and Type Method Description Unchoker
UnchokerFactory. getUnchoker(boolean seeding)
-