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

Packages that use PingRequest
com.veraxsystems.icmp.ping Main classes for handle ping requests and response. 
com.veraxsystems.icmp.ping.handlers Classes handling ICMP packet queues. 
 

Uses of PingRequest in com.veraxsystems.icmp.ping
 

Methods in com.veraxsystems.icmp.ping with parameters of type PingRequest
 void PingResponseHandler.handleException(PingRequest request, java.lang.Exception exception)
          Method called by Ping in case exception occurred when receiving ICMP echo response.
 void PingResponseHandler.handleResponse(PingRequest request, IcmpEchoResponse response)
          Method called by Ping on receiving proper ICMP echo response.
 void PingResponseHandler.handleTimeout(PingRequest request)
          Method called by Ping in case timeout occurred when receiving ICMP echo response.
 

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

Methods in com.veraxsystems.icmp.ping.handlers with parameters of type PingRequest
 int PingRequest.compareTo(PingRequest o)
          Compares this object with the specified object for sorting.
 void BlockingPing.handleException(PingRequest request, java.lang.Exception exception)
           
 void BlockingPing.handleResponse(PingRequest request, IcmpEchoResponse response)
           
 void BlockingPing.handleTimeout(PingRequest request)
           
 void Sender.registerRequest(PingRequest pingRequest)
          Register ICMP EchoRequest and put it into requests queue.
 void Receiver.registerRequest(PingRequest request)
          Register ICMP EchoRequest and put it into requests queue.
 

Constructors in com.veraxsystems.icmp.ping.handlers with parameters of type PingRequest
PingRequest(PingRequest request)
          Copy constructor