com.aelitis.azureus.plugins.dht
Interface DHTPluginInterface.DHTInterface
- All Known Implementing Classes: 
 - DHTPluginImpl
 
- Enclosing interface:
 - DHTPluginInterface
 
public static interface DHTPluginInterface.DHTInterface
 
getID
byte[] getID()
 
isIPV6
boolean isIPV6()
 
getNetwork
int getNetwork()
 
getReachableContacts
DHTPluginContact[] getReachableContacts()
 
getRecentContacts
DHTPluginContact[] getRecentContacts()
 
getClosestContacts
java.util.List<DHTPluginContact> getClosestContacts(byte[] to_id,
                                                    boolean live_only)