Uses of Class
com.veraxsystems.icmp.jni.handlers.Counter

Packages that use Counter
com.veraxsystems.icmp.jni.handlers Classes internally used for testing socket simultaneous send/receive operation. 
 

Uses of Counter in com.veraxsystems.icmp.jni.handlers
 

Constructors in com.veraxsystems.icmp.jni.handlers with parameters of type Counter
PingLoopTest(int requestsCountVal, Counter successCounterVal, Counter failureCounterVal)
          Initialize ICMP socket send/receive loop.
ReceiveHandler(IcmpJniBridge icmpVal, int requestsNumberVal, Counter handledCounterVal)
          Initialize handler
SendHandler(IcmpJniBridge icmpVal, int requestsCountVal, Counter sendCounterVal)
          Initialize handler