Class Ping


  • public class Ping
    extends Object
    Ping is a simple utility for testing if a machine is reachable.
    Author:
    mf 2010.07.20
    • Constructor Detail

      • Ping

        public Ping()
    • Method Detail

      • main

        public static void main​(String[] asArg)
                         throws Exception
        Check if the specified address is reachable.
        Throws:
        Exception