Uses of Class
com.veraxsystems.icmp.jni.IcmpJniBridge

Packages that use IcmpJniBridge
com.veraxsystems.icmp.jni.handlers Classes internally used for testing socket simultaneous send/receive operation. 
com.veraxsystems.icmp.ping.handlers Classes handling ICMP packet queues. 
 

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

Constructors in com.veraxsystems.icmp.jni.handlers with parameters of type IcmpJniBridge
ReceiveHandler(IcmpJniBridge icmpVal, int requestsNumberVal, Counter handledCounterVal)
          Initialize handler
SendHandler(IcmpJniBridge icmpVal, int requestsCountVal, Counter sendCounterVal)
          Initialize handler
 

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

Constructors in com.veraxsystems.icmp.ping.handlers with parameters of type IcmpJniBridge
Receiver(IcmpJniBridge icmpVal)
          Constructor accepts IcmpJniBridge object that is used to receive ICMP messages.
Sender(Receiver receiverVal, IcmpJniBridge icmpVal)
          Constructor accepts IcmpJniBridge object that is used to send ICMP messages and Receiver that is used to pass request for further handling.