Uses of Interface
com.biglybt.plugin.dht.DHTPluginValue
Packages that use DHTPluginValue
Package
Description
-
Uses of DHTPluginValue in com.biglybt.pifimpl.local.ddb
Methods in com.biglybt.pifimpl.local.ddb with parameters of type DHTPluginValueModifier and TypeMethodDescriptionvoidDDBaseImpl.listenerMapper.valueRead(DHTPluginContact originator, DHTPluginValue _value) voidDDBaseImpl.listenerMapper.valueWritten(DHTPluginContact target, DHTPluginValue value) Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DHTPluginValueModifierConstructorDescriptionprotecteddbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DHTPluginValue _value) -
Uses of DHTPluginValue in com.biglybt.plugin.dht
Methods in com.biglybt.plugin.dht that return DHTPluginValueMethods in com.biglybt.plugin.dht that return types with arguments of type DHTPluginValueModifier and TypeMethodDescriptionDHTPlugin.getValues()DHTPlugin.getValues(byte[] key) DHTPlugin.getValues(int network) DHTPluginBasicInterface.getValues()DHTPluginInterface.getValues(byte[] key) Methods in com.biglybt.plugin.dht with parameters of type DHTPluginValueModifier and TypeMethodDescriptionDHTPlugin.decodeStats(DHTPluginValue value) DHTPluginInterface.decodeStats(DHTPluginValue value) voidDHTPluginOperationAdapter.valueRead(DHTPluginContact originator, DHTPluginValue value) voidDHTPluginOperationListener.valueRead(DHTPluginContact originator, DHTPluginValue value) voidDHTPluginOperationAdapter.valueWritten(DHTPluginContact target, DHTPluginValue value) voidDHTPluginOperationListener.valueWritten(DHTPluginContact target, DHTPluginValue value) -
Uses of DHTPluginValue in com.biglybt.plugin.dht.impl
Classes in com.biglybt.plugin.dht.impl that implement DHTPluginValueMethods in com.biglybt.plugin.dht.impl that return DHTPluginValueModifier and TypeMethodDescriptionDHTPluginImpl.getLocalValue(byte[] key) protected DHTPluginValueDHTPluginImpl.mapValue(DHTTransportValue value) Methods in com.biglybt.plugin.dht.impl that return types with arguments of type DHTPluginValueMethods in com.biglybt.plugin.dht.impl with parameters of type DHTPluginValue