com.aelitis.azureus.core.dht.speed
Interface DHTSpeedTesterContact

All Known Implementing Classes:
DHTSpeedTesterImpl.activePing, TestPingSourceImpl.testSource

public interface DHTSpeedTesterContact


Method Summary
 void 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 place
 InetSocketAddress getAddress()
           
 int getPingPeriod()
           
 String getString()
           
 void removeListener(DHTSpeedTesterContactListener listener)
           
 void setPingPeriod(int period_secs)
           
 

Method Detail

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

void addListener(DHTSpeedTesterContactListener listener)

removeListener

void removeListener(DHTSpeedTesterContactListener listener)

getString

String getString()