Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseTransferHandler
-
Packages that use DistributedDatabaseTransferHandler Package Description com.biglybt.core.content com.biglybt.pif.ddb com.biglybt.pifimpl.local.ddb com.biglybt.plugin.net.netstatus -
-
Uses of DistributedDatabaseTransferHandler in com.biglybt.core.content
Classes in com.biglybt.core.content that implement DistributedDatabaseTransferHandler Modifier and Type Class Description class
RelatedContentSearcher
-
Uses of DistributedDatabaseTransferHandler in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb with parameters of type DistributedDatabaseTransferHandler Modifier and Type Method Description void
DistributedDatabase. addTransferHandler(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler)
-
Uses of DistributedDatabaseTransferHandler in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DistributedDatabaseTransferHandler Modifier and Type Class Description class
DDBaseTTTorrent
Fields in com.biglybt.pifimpl.local.ddb with type parameters of type DistributedDatabaseTransferHandler Modifier and Type Field Description private java.util.Map<HashWrapper,DistributedDatabaseTransferHandler>
DDBaseImpl. transfer_map
Methods in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseTransferHandler Modifier and Type Method Description void
DDBaseImpl. addTransferHandler(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler)
-
Uses of DistributedDatabaseTransferHandler in com.biglybt.plugin.net.netstatus
Classes in com.biglybt.plugin.net.netstatus that implement DistributedDatabaseTransferHandler Modifier and Type Class Description class
NetStatusProtocolTester
-