Interface DHTSpeedTesterContact

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

public interface DHTSpeedTesterContact
  • 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

      void addListener(DHTSpeedTesterContactListener listener)
    • removeListener

      void removeListener(DHTSpeedTesterContactListener listener)
    • getString

      String getString()