Package com.veraxsystems.icmp.ping

Main classes for handle ping requests and response.

See:
          Description

Interface Summary
PingResponseHandler The Ping result handler interface.
 

Class Summary
LongPingTest Unit test Ping class
Ping Ping is the class implementing the ICMP Echo request known as network "ping" functionality.
PingResult The class is a definition of results returned by synchronous version of Ping.echo method.
PingTest Unit test Ping class
TimeCheckTest Unit test Ping class
 

Enum Summary
PingResult.ResultType Enum defines type of result
 

Package com.veraxsystems.icmp.ping Description

Main classes for handle ping requests and response.