Uses of Class
com.veraxsystems.icmp.ping.exception.PingErrorException

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

Uses of PingErrorException in com.veraxsystems.icmp.ping
 

Methods in com.veraxsystems.icmp.ping that throw PingErrorException
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.
static int Ping.echo(java.net.InetAddress address, byte[] dataToSend, int timeoutVal, PingResponseHandler handler)
          Send ICMP echo request.
static int Ping.echo(java.net.InetAddress address, int dataLength, int timeoutVal, PingResponseHandler handler)
          Send default ICMP echo request.
static void Ping.init()
          Initialize Ping class.
 

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

Methods in com.veraxsystems.icmp.ping.handlers that throw PingErrorException
 PingResult[] BlockingPing.echo(java.net.InetAddress[] addresses, byte[] dataToSend, int dataLength, int timeout)
          Send the set of ICMP echo requests.
 void Sender.registerRequest(PingRequest pingRequest)
          Register ICMP EchoRequest and put it into requests queue.
 void Receiver.registerRequest(PingRequest request)
          Register ICMP EchoRequest and put it into requests queue.