Package com.biglybt.core.dht.speed
Interface DHTSpeedTesterContact
- All Known Implementing Classes:
DHTSpeedTesterImpl.activePing
,TestPingSourceImpl.testSource
public interface DHTSpeedTesterContact
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(DHTSpeedTesterContactListener listener) 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 placeint
void
removeListener
(DHTSpeedTesterContactListener listener) void
setPingPeriod
(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()
-