Uses of Interface
com.biglybt.plugin.dht.DHTPluginContact
Packages that use DHTPluginContact
Package
Description
-
Uses of DHTPluginContact in com.biglybt.core.content
Methods in com.biglybt.core.content with parameters of type DHTPluginContactModifier and TypeMethodDescription(package private) DistributedDatabaseContact
RelatedContentSearcher.importContact
(DHTPluginContact contact, int network) -
Uses of DHTPluginContact in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as DHTPluginContactMethods in com.biglybt.pifimpl.local.ddb that return DHTPluginContactMethods in com.biglybt.pifimpl.local.ddb with parameters of type DHTPluginContactModifier 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 DHTPluginContactModifierConstructorDescriptionprotected
dbEvent
(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, byte[] _value, long _ct, long _v) protected
dbEvent
(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DistributedDatabaseKeyStats _key_stats) protected
dbEvent
(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DHTPluginValue _value) protected
DDBaseContactImpl
(DDBaseImpl _ddb, DHTPluginContact _contact) -
Uses of DHTPluginContact in com.biglybt.plugin.dht
Methods in com.biglybt.plugin.dht that return DHTPluginContactModifier and TypeMethodDescriptionDHTPlugin.getLocalAddress()
DHTPluginInterface.getLocalAddress()
DHTPlugin.getLocalAddresses()
default DHTPluginContact[]
DHTPluginInterface.getLocalAddresses()
DHTPluginInterface.DHTInterface.getReachableContacts()
DHTPluginInterface.DHTInterface.getRecentContacts()
DHTPlugin.importContact
(InetSocketAddress address) DHTPlugin.importContact
(InetSocketAddress address, byte version) DHTPlugin.importContact
(InetSocketAddress address, byte version, boolean is_cvs) DHTPlugin.importContact
(InetSocketAddress address, byte version, int preferred_net) DHTPlugin.importContact
(Map<String, Object> map) DHTPluginInterface.importContact
(InetSocketAddress address) DHTPluginInterface.importContact
(InetSocketAddress address, byte version) DHTPluginInterface.importContact
(InetSocketAddress address, byte version, boolean is_cvs) Deprecated.default DHTPluginContact
DHTPluginInterface.importContact
(InetSocketAddress address, byte version, int preferred_net) DHTPluginInterface.importContact
(Map<String, Object> map) Methods in com.biglybt.plugin.dht that return types with arguments of type DHTPluginContactModifier and TypeMethodDescriptionDHTPluginInterface.DHTInterface.getClosestContacts
(byte[] to_id, boolean live_only) Methods in com.biglybt.plugin.dht with parameters of type DHTPluginContactModifier and TypeMethodDescriptionbyte[]
DHTPluginTransferHandler.handleRead
(DHTPluginContact originator, byte[] key) byte[]
DHTPluginTransferHandler.handleWrite
(DHTPluginContact originator, byte[] key, byte[] value) void
DHTPluginListener.localAddressChanged
(DHTPluginContact local_contact) void
DHTPlugin.remove
(DHTPluginContact[] targets, byte[] key, String description, DHTPluginOperationListener listener) void
DHTPluginInterface.remove
(DHTPluginContact[] targets, byte[] key, String description, DHTPluginOperationListener listener) 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 DHTPluginContact in com.biglybt.plugin.dht.impl
Classes in com.biglybt.plugin.dht.impl that implement DHTPluginContactMethods in com.biglybt.plugin.dht.impl that return DHTPluginContactModifier and TypeMethodDescriptionDHTPluginImpl.getLocalAddress()
DHTPluginImpl.getReachableContacts()
DHTPluginImpl.getRecentContacts()
DHTPluginImpl.importContact
(InetSocketAddress address) DHTPluginImpl.importContact
(InetSocketAddress address, byte version) DHTPluginImpl.importContact
(Map<String, Object> map) Methods in com.biglybt.plugin.dht.impl that return types with arguments of type DHTPluginContactModifier and TypeMethodDescriptionDHTPluginImpl.getClosestContacts
(byte[] to_id, boolean live_only) Methods in com.biglybt.plugin.dht.impl with parameters of type DHTPluginContactModifier and TypeMethodDescriptionbyte[]
DHTPluginImpl.call
(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] data, long timeout) void
DHTPluginImplAdapter.localContactChanged
(DHTPluginContact contact) DHTPluginContactImpl.openTunnel
(DHTPluginContact[] rendezvous, Map client_data) byte[]
DHTPluginImpl.read
(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] key, long timeout) void
DHTPluginImpl.remove
(DHTPluginContact[] targets, byte[] key, String description, DHTPluginOperationListener listener) void
DHTPluginImpl.write
(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] key, byte[] data, long timeout)
DHTPluginInterface.importContact(InetSocketAddress, byte, int)