Uses of Class
com.veraxsystems.icmp.ping.PingResult

Packages that use PingResult
com.veraxsystems.icmp.ping Main classes for handle ping requests and response. 
com.veraxsystems.icmp.ping.handlers Classes handling ICMP packet queues. 
 

Uses of PingResult in com.veraxsystems.icmp.ping
 

Methods in com.veraxsystems.icmp.ping that return PingResult
static PingResult[] Ping.echo(java.net.InetAddress[] addresses, byte[] dataToSend, int timeout)
          Send the set of ICMP echo requests.
static PingResult[] Ping.echo(java.net.InetAddress[] addresses, int dataLength, int timeout)
          Send the set of default ICMP echo requests.
 

Uses of PingResult in com.veraxsystems.icmp.ping.handlers
 

Methods in com.veraxsystems.icmp.ping.handlers that return PingResult
 PingResult[] BlockingPing.echo(java.net.InetAddress[] addresses, byte[] dataToSend, int dataLength, int timeout)
          Send the set of ICMP echo requests.