com.aelitis.azureus.core.speedmanager.impl
Class SpeedManagerImpl.pingContact

java.lang.Object
  extended by com.aelitis.azureus.core.speedmanager.impl.SpeedManagerImpl.pingContact
All Implemented Interfaces:
SpeedManagerPingSource
Enclosing class:
SpeedManagerImpl

protected static class SpeedManagerImpl.pingContact
extends Object
implements SpeedManagerPingSource


Constructor Summary
protected SpeedManagerImpl.pingContact(DHTSpeedTesterContact _contact)
           
 
Method Summary
 void destroy()
           
 InetSocketAddress getAddress()
           
 int getPingTime()
           
protected  void setPingTime(int time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedManagerImpl.pingContact

protected SpeedManagerImpl.pingContact(DHTSpeedTesterContact _contact)
Method Detail

setPingTime

protected void setPingTime(int time)

getAddress

public InetSocketAddress getAddress()
Specified by:
getAddress in interface SpeedManagerPingSource

getPingTime

public int getPingTime()
Specified by:
getPingTime in interface SpeedManagerPingSource

destroy

public void destroy()
Specified by:
destroy in interface SpeedManagerPingSource