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

Packages that use PingResult.ResultType
com.veraxsystems.icmp.ping Main classes for handle ping requests and response. 
 

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

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

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