Uses of Class
com.veraxsystems.icmp.IcmpStatus

Packages that use IcmpStatus
com.veraxsystems.icmp The library for sending ICMP echo message. 
com.veraxsystems.icmp.jni The part of library responsible for native calls. 
com.veraxsystems.icmp.ping Main classes for handle ping requests and response. 
 

Uses of IcmpStatus in com.veraxsystems.icmp
 

Methods in com.veraxsystems.icmp that return IcmpStatus
static IcmpStatus IcmpStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IcmpStatus[] IcmpStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IcmpStatus in com.veraxsystems.icmp.jni
 

Methods in com.veraxsystems.icmp.jni that return IcmpStatus
 IcmpStatus IcmpEchoResponse.getStatus()
          Get status of ICMP response.
 

Uses of IcmpStatus in com.veraxsystems.icmp.ping
 

Methods in com.veraxsystems.icmp.ping that return IcmpStatus
 IcmpStatus PingResult.getStatus()
          Get ICMP status.
 

Constructors in com.veraxsystems.icmp.ping with parameters of type IcmpStatus
PingResult(java.net.InetAddress addressVal, IcmpStatus statusVal, PingResult.ResultType resultVal, long sendTimeVal, long responseTimeVal)
          Class constructor.