Interface PlatformManagerPingCallback


public interface PlatformManagerPingCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    reportNode(int distance, InetAddress address, int millis)
     
  • Method Details

    • reportNode

      boolean reportNode(int distance, InetAddress address, int millis)
      Parameters:
      distance -
      address - null -> timeout
      millis - elapsed time for successful op
      Returns:
      true -> continue (where destination not reached)