Package com.biglybt.plugin.dht
Interface DHTPluginInterface.DHTInterface
- All Known Implementing Classes:
DHTPluginImpl
- Enclosing interface:
- DHTPluginInterface
public static interface DHTPluginInterface.DHTInterface
-
Method Summary
Modifier and TypeMethodDescriptiongetClosestContacts
(byte[] to_id, boolean live_only) byte[]
getID()
int
boolean
isIPV6()
-
Method Details
-
getID
byte[] getID() -
isIPV6
boolean isIPV6() -
getNetwork
int getNetwork() -
getReachableContacts
DHTPluginContact[] getReachableContacts() -
getRecentContacts
DHTPluginContact[] getRecentContacts() -
getClosestContacts
-