Class NetworkAdminImpl.networkNode
java.lang.Object
com.biglybt.core.networkmanager.admin.impl.NetworkAdminImpl.networkNode
- All Implemented Interfaces:
NetworkAdminNode
- Enclosing class:
- NetworkAdminImpl
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
networkNode
(InetAddress _address, int _distance, int _millis) -
Method Summary
-
Field Details
-
address
-
distance
private final int distance -
rtt
private final int rtt
-
-
Constructor Details
-
networkNode
-
-
Method Details
-
getAddress
- Specified by:
getAddress
in interfaceNetworkAdminNode
-
isLocalAddress
public boolean isLocalAddress()- Specified by:
isLocalAddress
in interfaceNetworkAdminNode
-
getDistance
public int getDistance()- Specified by:
getDistance
in interfaceNetworkAdminNode
-
getRTT
public int getRTT()- Specified by:
getRTT
in interfaceNetworkAdminNode
-
getString
-