Class TraceLine

java.lang.Object
  |
  +--TraceLine

public class TraceLine
extends java.lang.Object

This class holds the result of a single line of a traceroute. It is typically used by RouteServer.java or or other utilities that analyze the results of many traceroutes.


Constructor Summary
TraceLine(int asNum, int microseconds)
          construct an AS trace line.
 
Method Summary
 int getASNum()
           
 int getMicrosecs()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TraceLine

public TraceLine(int asNum,
                 int microseconds)
construct an AS trace line.

Method Detail

getASNum

public int getASNum()

getMicrosecs

public int getMicrosecs()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object