Interface DHTPluginInterface.DHTInterface

All Known Implementing Classes:
DHTPluginImpl
Enclosing interface:
DHTPluginInterface

public static interface DHTPluginInterface.DHTInterface
  • Method Details

    • 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)