com.veraxsystems.icmp.ping.example
Class PingExampleSync

java.lang.Object
  extended by com.veraxsystems.icmp.ping.example.PingExampleSync

public class PingExampleSync
extends java.lang.Object

The example program for {link Ping} class. It accepts command line parameters and issues synchronous ICMP echo request. Results of requests are displayed on the screen.


Constructor Summary
PingExampleSync()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingExampleSync

public PingExampleSync()
Method Detail

main

public static void main(java.lang.String[] args)