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

Packages that use IcmpEchoResponse
com.veraxsystems.icmp.jni The part of library responsible for native calls. 
com.veraxsystems.icmp.ping Main classes for handle ping requests and response. 
com.veraxsystems.icmp.ping.handlers Classes handling ICMP packet queues. 
 

Uses of IcmpEchoResponse in com.veraxsystems.icmp.jni
 

Methods in com.veraxsystems.icmp.jni that return IcmpEchoResponse
 IcmpEchoResponse IcmpJniBridge.receive()
          Receive ICMP response.
 

Uses of IcmpEchoResponse in com.veraxsystems.icmp.ping
 

Methods in com.veraxsystems.icmp.ping with parameters of type IcmpEchoResponse
 void PingResponseHandler.handleResponse(PingRequest request, IcmpEchoResponse response)
          Method called by Ping on receiving proper ICMP echo response.
 

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

Methods in com.veraxsystems.icmp.ping.handlers with parameters of type IcmpEchoResponse
 void BlockingPing.handleResponse(PingRequest request, IcmpEchoResponse response)