Interface LocationAwarePingClient

  • All Known Implementing Classes:
    LocationAwarePingClientImpl

    public interface LocationAwarePingClient
    Location Aware Client to make ping calls to the provided address.
    • Method Detail

      • ping

        PingRequestBuilder ping​(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.