com.veraxsystems.icmp.ping.example
Class PingExampleAsync

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

public class PingExampleAsync
extends java.lang.Object

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


Constructor Summary
PingExampleAsync()
           
 
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

PingExampleAsync

public PingExampleAsync()
Method Detail

main

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