Uses of Interface
com.biglybt.core.peermanager.PeerManagerRegistration
-
Packages that use PeerManagerRegistration Package Description com.biglybt.core.download.impl com.biglybt.core.lws com.biglybt.core.peer com.biglybt.core.peermanager com.biglybt.plugin.net.netstatus -
-
Uses of PeerManagerRegistration in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as PeerManagerRegistration Modifier and Type Field Description private PeerManagerRegistration
DownloadManagerController. peer_manager_registration
Methods in com.biglybt.core.download.impl that return PeerManagerRegistration Modifier and Type Method Description PeerManagerRegistration
DownloadManagerController. getPeerManagerRegistration()
-
Uses of PeerManagerRegistration in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as PeerManagerRegistration Modifier and Type Field Description private PeerManagerRegistration
LightWeightSeed. peer_manager_registration
private PeerManagerRegistration
LWSPeerManagerAdapter. peer_manager_registration
Methods in com.biglybt.core.lws that return PeerManagerRegistration Modifier and Type Method Description PeerManagerRegistration
LWSPeerManagerAdapter. getPeerManagerRegistration()
Constructors in com.biglybt.core.lws with parameters of type PeerManagerRegistration Constructor Description LWSPeerManagerAdapter(LightWeightSeed _lws, PeerManagerRegistration _peer_manager_registration)
-
Uses of PeerManagerRegistration in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return PeerManagerRegistration Modifier and Type Method Description PeerManagerRegistration
PEPeerManagerAdapter. getPeerManagerRegistration()
-
Uses of PeerManagerRegistration in com.biglybt.core.peermanager
Classes in com.biglybt.core.peermanager that implement PeerManagerRegistration Modifier and Type Class Description private class
PeerManager.PeerManagerRegistrationImpl
Methods in com.biglybt.core.peermanager that return PeerManagerRegistration Modifier and Type Method Description PeerManagerRegistration
PeerManager. manualMatchHash(java.net.InetSocketAddress address, byte[] hash)
PeerManagerRegistration
PeerManager. manualMatchLink(java.net.InetSocketAddress address, java.lang.String link)
PeerManagerRegistration
PeerManager. registerLegacyManager(HashWrapper hash, PeerManagerRegistrationAdapter adapter)
Methods in com.biglybt.core.peermanager that return types with arguments of type PeerManagerRegistration Modifier and Type Method Description java.util.List<PeerManagerRegistration>
PeerManager.PeerManagerRegistrationImpl. getOtherRegistrationsForHash()
java.util.List<PeerManagerRegistration>
PeerManagerRegistration. getOtherRegistrationsForHash()
Methods in com.biglybt.core.peermanager with parameters of type PeerManagerRegistration Modifier and Type Method Description void
PeerManager. manualRoute(PeerManagerRegistration _registration, NetworkConnection _connection, PeerManagerRoutingListener _listener)
-
Uses of PeerManagerRegistration in com.biglybt.plugin.net.netstatus
Fields in com.biglybt.plugin.net.netstatus declared as PeerManagerRegistration Modifier and Type Field Description private PeerManagerRegistration
NetStatusProtocolTesterBT. pm_reg
-