Interface DHTSpeedTesterContact
- All Known Implementing Classes:
DHTSpeedTesterImpl.activePing, TestPingSourceImpl.testSource
public interface DHTSpeedTesterContact
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(DHTSpeedTesterContactListener listener) voiddestroy()If you don't like the ping times from this contact you can always kill it, a new one will be created in its placeintvoidremoveListener(DHTSpeedTesterContactListener listener) voidsetPingPeriod(int period_secs)
-
Method Details
-
getAddress
InetSocketAddress getAddress() -
getPingPeriod
int getPingPeriod() -
setPingPeriod
void setPingPeriod(int period_secs) -
destroy
void destroy()If you don't like the ping times from this contact you can always kill it, a new one will be created in its place -
addListener
-
removeListener
-
getString
String getString()
-