Uses of Class
com.veraxsystems.icmp.ping.handlers.Receiver

Packages that use Receiver
com.veraxsystems.icmp.ping.handlers Classes handling ICMP packet queues. 
 

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

Constructors in com.veraxsystems.icmp.ping.handlers with parameters of type Receiver
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.