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) DistributedDatabaseContactRelatedContentSearcher.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 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 DHTPluginContactModifierConstructorDescriptionprotecteddbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, byte[] _value, long _ct, long _v) protecteddbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DistributedDatabaseKeyStats _key_stats) protecteddbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DHTPluginValue _value) protectedDDBaseContactImpl(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 DHTPluginContactDHTPluginInterface.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) voidDHTPluginListener.localAddressChanged(DHTPluginContact local_contact) voidDHTPlugin.remove(DHTPluginContact[] targets, byte[] key, String description, DHTPluginOperationListener listener) voidDHTPluginInterface.remove(DHTPluginContact[] targets, byte[] key, String description, DHTPluginOperationListener listener) 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 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) voidDHTPluginImplAdapter.localContactChanged(DHTPluginContact contact) DHTPluginContactImpl.openTunnel(DHTPluginContact[] rendezvous, Map client_data) byte[]DHTPluginImpl.read(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] key, long timeout) voidDHTPluginImpl.remove(DHTPluginContact[] targets, byte[] key, String description, DHTPluginOperationListener listener) voidDHTPluginImpl.write(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] key, byte[] data, long timeout)
DHTPluginInterface.importContact(InetSocketAddress, byte, int)