com.aelitis.azureus.plugins.dht
Interface DHTPluginInterface.DHTInterface

All Known Implementing Classes:
DHTPluginImpl
Enclosing interface:
DHTPluginInterface

public static interface DHTPluginInterface.DHTInterface


Method Summary
 List<DHTPluginContact> getClosestContacts(byte[] to_id, boolean live_only)
           
 byte[] getID()
           
 int getNetwork()
           
 DHTPluginContact[] getReachableContacts()
           
 DHTPluginContact[] getRecentContacts()
           
 boolean isIPV6()
           
 

Method Detail

getID

byte[] getID()

isIPV6

boolean isIPV6()

getNetwork

int getNetwork()

getReachableContacts

DHTPluginContact[] getReachableContacts()

getRecentContacts

DHTPluginContact[] getRecentContacts()

getClosestContacts

List<DHTPluginContact> getClosestContacts(byte[] to_id,
                                          boolean live_only)