Package org.opennms.netmgt.icmp.proxy
Interface LocationAwarePingClient
-
- All Known Implementing Classes:
LocationAwarePingClientImpl
public interface LocationAwarePingClientLocation Aware Client to make ping calls to the provided address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PingRequestBuilderping(java.net.InetAddress inetAddress)Pings the given address.PingSweepRequestBuildersweep()Pings one or more ranges of addresses.
-
-
-
Method Detail
-
ping
PingRequestBuilder ping(java.net.InetAddress inetAddress)
Pings the given address.- Parameters:
inetAddress- The address to ping.- Returns:
- A request builder to provide additional request options.
-
sweep
PingSweepRequestBuilder sweep()
Pings one or more ranges of addresses.- Returns:
- A request builder to provide the ranges and additional request options.
-
-