|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Net.TraceRouteResult
The result of a traceroute request.
Nested Class Summary | |
---|---|
static interface |
Net.TraceRouteResult.NetworkHop
A single network hop of a traceroute request. |
Method Summary | |
---|---|
java.util.List<Net.TraceRouteResult.NetworkHop> |
getHops()
The list of network hops. |
java.lang.String |
getHost()
The hostname that was looked up |
java.lang.String |
getIp()
The ip that was looked up |
Method Detail |
---|
java.lang.String getHost()
java.lang.String getIp()
java.util.List<Net.TraceRouteResult.NetworkHop> getHops()
|
© 2023 Vercara, LLC. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |