|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TraceLine
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 |
public TraceLine(int asNum, int microseconds)
Method Detail |
public int getASNum()
public int getMicrosecs()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |