Package com.biglybt.plugin.dht
Interface DHTPluginInterface.DHTInterface
-
- All Known Implementing Classes:
DHTPluginImpl
- Enclosing interface:
- DHTPluginInterface
public static interface DHTPluginInterface.DHTInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.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
java.util.List<DHTPluginContact> getClosestContacts(byte[] to_id, boolean live_only)
-
-