com.aelitis.azureus.core.networkmanager.admin.impl
Class NetworkAdminImpl.networkNode

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.admin.impl.NetworkAdminImpl.networkNode
All Implemented Interfaces:
NetworkAdminNode
Enclosing class:
NetworkAdminImpl

protected static class NetworkAdminImpl.networkNode
extends Object
implements NetworkAdminNode


Constructor Summary
protected NetworkAdminImpl.networkNode(InetAddress _address, int _distance, int _millis)
           
 
Method Summary
 InetAddress getAddress()
           
 int getDistance()
           
 int getRTT()
           
protected  String getString()
           
 boolean isLocalAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkAdminImpl.networkNode

protected NetworkAdminImpl.networkNode(InetAddress _address,
                                       int _distance,
                                       int _millis)
Method Detail

getAddress

public InetAddress getAddress()
Specified by:
getAddress in interface NetworkAdminNode

isLocalAddress

public boolean isLocalAddress()
Specified by:
isLocalAddress in interface NetworkAdminNode

getDistance

public int getDistance()
Specified by:
getDistance in interface NetworkAdminNode

getRTT

public int getRTT()
Specified by:
getRTT in interface NetworkAdminNode

getString

protected String getString()