Uses of Interface
com.biglybt.core.dht.DHTStorageBlock
Packages that use DHTStorageBlock
Package
Description
-
Uses of DHTStorageBlock in com.biglybt.core.dht
Methods in com.biglybt.core.dht that return DHTStorageBlockModifier and TypeMethodDescriptionDHTStorageAdapter.getDirectKeyBlocks()DHTStorageAdapter.getKeyBlockDetails(byte[] key) DHTStorageAdapter.keyBlockRequest(DHTTransportContact direct_sender, byte[] request, byte[] signature) -
Uses of DHTStorageBlock in com.biglybt.core.dht.db
Methods in com.biglybt.core.dht.db that return DHTStorageBlockModifier and TypeMethodDescriptionDHTDB.getDirectKeyBlocks()DHTDB.getKeyBlockDetails(byte[] key) DHTDB.keyBlockRequest(DHTTransportContact direct_sender, byte[] request, byte[] signature) -
Uses of DHTStorageBlock in com.biglybt.core.dht.db.impl
Methods in com.biglybt.core.dht.db.impl that return DHTStorageBlockModifier and TypeMethodDescriptionDHTDBImpl.adapterFacade.getDirectKeyBlocks()DHTDBImpl.getDirectKeyBlocks()DHTDBImpl.adapterFacade.getKeyBlockDetails(byte[] key) DHTDBImpl.getKeyBlockDetails(byte[] key) DHTDBImpl.adapterFacade.keyBlockRequest(DHTTransportContact direct_sender, byte[] request, byte[] signature) DHTDBImpl.keyBlockRequest(DHTTransportContact direct_sender, byte[] request, byte[] signature) -
Uses of DHTStorageBlock in com.biglybt.plugin.dht.impl
Classes in com.biglybt.plugin.dht.impl that implement DHTStorageBlockFields in com.biglybt.plugin.dht.impl declared as DHTStorageBlockModifier and TypeFieldDescriptionprivate DHTStorageBlock[]DHTPluginStorageManager.key_blocks_direct_cowMethods in com.biglybt.plugin.dht.impl that return DHTStorageBlockModifier and TypeMethodDescriptionprotected DHTStorageBlock[]DHTPluginStorageManager.buildKeyBlockDetails(ByteArrayHashMap map) DHTPluginStorageManager.getDirectKeyBlocks()DHTPluginStorageManager.getKeyBlockDetails(byte[] key) DHTPluginStorageManager.keyBlockRequest(DHTTransportContact originating_contact, byte[] request, byte[] signature)