|
||||||||
PREV CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Net.TraceRouteResult.NetworkHop
A single network hop of a traceroute request.
Method Summary | |
---|---|
java.lang.String |
getHost()
The resolved host name for the ip address that the reply packet was sent from. |
java.lang.String |
getIp()
The ip address that was resolved for the hostname |
float |
getRtt(int i)
The round trip response time in seconds for the ith packet. |
float |
getRtt1()
The first round trip response time in seconds Negative values indicate that a response was never received. |
float |
getRtt2()
The second round trip response time in seconds Negative values indicate that a response was never received. |
float |
getRtt3()
The third round trip response time in seconds Negative values indicate that a response was never received. |
int |
getRttLen()
Return the number of packets sent |
Method Detail |
---|
java.lang.String getHost()
java.lang.String getIp()
float getRtt(int i)
i
- the rtt to return
int getRttLen()
float getRtt1()
float getRtt2()
float getRtt3()
|
© 2023 Vercara, LLC. All Rights Reserved. | |||||||
PREV CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |