|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Net.PingResult
The result of a ping request.
Method Summary | |
---|---|
int |
avgResponseTime()
Get the average response time for all successful round trip pings. |
java.lang.String |
getHost()
The hostname that the ping was done for |
java.lang.String |
getIp()
The ip address that was resolved for the hostname |
int |
getPacketsLost()
The number of ping reply packets that never made it back from the host to the client machine. |
int |
getPacketsSent()
The number of ping packets sent. |
Method Detail |
---|
java.lang.String getIp()
java.lang.String getHost()
int getPacketsSent()
int getPacketsLost()
int avgResponseTime()
|
© 2023 Vercara, LLC. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |