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 TypeMethodDescriptionvoid
DDBaseImpl.listenerMapper.valueRead
(DHTPluginContact originator, DHTPluginValue _value) void
DDBaseImpl.listenerMapper.valueWritten
(DHTPluginContact target, DHTPluginValue value) Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DHTPluginValueModifierConstructorDescriptionprotected
dbEvent
(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) void
DHTPluginOperationAdapter.valueRead
(DHTPluginContact originator, DHTPluginValue value) void
DHTPluginOperationListener.valueRead
(DHTPluginContact originator, DHTPluginValue value) void
DHTPluginOperationAdapter.valueWritten
(DHTPluginContact target, DHTPluginValue value) void
DHTPluginOperationListener.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 DHTPluginValue
DHTPluginImpl.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