Uses of Interface
com.biglybt.plugin.dht.DHTPluginContact
-
Packages that use DHTPluginContact Package Description com.biglybt.core.content com.biglybt.pifimpl.local.ddb com.biglybt.plugin.dht com.biglybt.plugin.dht.impl -
-
Uses of DHTPluginContact in com.biglybt.core.content
Methods in com.biglybt.core.content with parameters of type DHTPluginContact Modifier and Type Method Description (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 DHTPluginContact Modifier and Type Field Description private DHTPluginContact
DDBaseContactImpl. contact
Methods in com.biglybt.pifimpl.local.ddb that return DHTPluginContact Modifier and Type Method Description protected DHTPluginContact
DDBaseContactImpl. getContact()
Methods in com.biglybt.pifimpl.local.ddb with parameters of type DHTPluginContact Modifier and Type Method Description void
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 DHTPluginContact Constructor Description dbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, byte[] _value, long _ct, long _v)
dbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DistributedDatabaseKeyStats _key_stats)
dbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DHTPluginValue _value)
DDBaseContactImpl(DDBaseImpl _ddb, DHTPluginContact _contact)
-
Uses of DHTPluginContact in com.biglybt.plugin.dht
Methods in com.biglybt.plugin.dht that return DHTPluginContact Modifier and Type Method Description DHTPluginContact
DHTPlugin. getLocalAddress()
DHTPluginContact
DHTPluginInterface. getLocalAddress()
DHTPluginContact[]
DHTPlugin. getLocalAddresses()
default DHTPluginContact[]
DHTPluginInterface. getLocalAddresses()
DHTPluginContact[]
DHTPluginInterface.DHTInterface. getReachableContacts()
DHTPluginContact[]
DHTPluginInterface.DHTInterface. getRecentContacts()
DHTPluginContact
DHTPlugin. importContact(java.net.InetSocketAddress address)
DHTPluginContact
DHTPlugin. importContact(java.net.InetSocketAddress address, byte version)
DHTPluginContact
DHTPlugin. importContact(java.net.InetSocketAddress address, byte version, boolean is_cvs)
DHTPluginContact
DHTPlugin. importContact(java.util.Map<java.lang.String,java.lang.Object> map)
DHTPluginContact
DHTPluginInterface. importContact(java.net.InetSocketAddress address)
DHTPluginContact
DHTPluginInterface. importContact(java.net.InetSocketAddress address, byte version)
DHTPluginContact
DHTPluginInterface. importContact(java.net.InetSocketAddress address, byte version, boolean is_cvs)
DHTPluginContact
DHTPluginInterface. importContact(java.util.Map<java.lang.String,java.lang.Object> map)
Methods in com.biglybt.plugin.dht that return types with arguments of type DHTPluginContact Modifier and Type Method Description java.util.List<DHTPluginContact>
DHTPluginInterface.DHTInterface. getClosestContacts(byte[] to_id, boolean live_only)
Methods in com.biglybt.plugin.dht with parameters of type DHTPluginContact Modifier and Type Method Description byte[]
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, java.lang.String description, DHTPluginOperationListener listener)
void
DHTPluginInterface. remove(DHTPluginContact[] targets, byte[] key, java.lang.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 DHTPluginContact Modifier and Type Class Description class
DHTPluginContactImpl
Methods in com.biglybt.plugin.dht.impl that return DHTPluginContact Modifier and Type Method Description DHTPluginContact
DHTPluginImpl. getLocalAddress()
DHTPluginContact[]
DHTPluginImpl. getReachableContacts()
DHTPluginContact[]
DHTPluginImpl. getRecentContacts()
DHTPluginContact
DHTPluginImpl. importContact(java.net.InetSocketAddress address)
DHTPluginContact
DHTPluginImpl. importContact(java.net.InetSocketAddress address, byte version)
DHTPluginContact
DHTPluginImpl. importContact(java.util.Map<java.lang.String,java.lang.Object> map)
Methods in com.biglybt.plugin.dht.impl that return types with arguments of type DHTPluginContact Modifier and Type Method Description java.util.List<DHTPluginContact>
DHTPluginImpl. getClosestContacts(byte[] to_id, boolean live_only)
Methods in com.biglybt.plugin.dht.impl with parameters of type DHTPluginContact Modifier and Type Method Description byte[]
DHTPluginImpl. call(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] data, long timeout)
void
DHTPluginImplAdapter. localContactChanged(DHTPluginContact contact)
java.util.Map
DHTPluginContactImpl. openTunnel(DHTPluginContact[] rendezvous, java.util.Map client_data)
byte[]
DHTPluginImpl. read(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] key, long timeout)
void
DHTPluginImpl. remove(DHTPluginContact[] targets, byte[] key, java.lang.String description, DHTPluginOperationListener listener)
void
DHTPluginImpl. write(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] key, byte[] data, long timeout)
-