Uses of Interface
com.biglybt.core.peermanager.PeerManagerRegistrationAdapter
-
Packages that use PeerManagerRegistrationAdapter Package Description com.biglybt.core.download.impl com.biglybt.core.lws com.biglybt.core.peermanager -
-
Uses of PeerManagerRegistrationAdapter in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement PeerManagerRegistrationAdapter Modifier and Type Class Description class
DownloadManagerController
-
Uses of PeerManagerRegistrationAdapter in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement PeerManagerRegistrationAdapter Modifier and Type Class Description class
LightWeightSeed
-
Uses of PeerManagerRegistrationAdapter in com.biglybt.core.peermanager
Fields in com.biglybt.core.peermanager declared as PeerManagerRegistrationAdapter Modifier and Type Field Description private PeerManagerRegistrationAdapter
PeerManager.PeerManagerRegistrationImpl. adapter
Methods in com.biglybt.core.peermanager that return PeerManagerRegistrationAdapter Modifier and Type Method Description protected PeerManagerRegistrationAdapter
PeerManager.PeerManagerRegistrationImpl. getAdapter()
Methods in com.biglybt.core.peermanager with parameters of type PeerManagerRegistrationAdapter Modifier and Type Method Description PeerManagerRegistration
PeerManager. registerLegacyManager(HashWrapper hash, PeerManagerRegistrationAdapter adapter)
Constructors in com.biglybt.core.peermanager with parameters of type PeerManagerRegistrationAdapter Constructor Description PeerManagerRegistrationImpl(HashWrapper _hash, PeerManagerRegistrationAdapter _adapter)
-