Uses of Class
com.veraxsystems.icmp.jni.exception.IcmpSystemException

Packages that use IcmpSystemException
com.veraxsystems.icmp.jni The part of library responsible for native calls. 
 

Uses of IcmpSystemException in com.veraxsystems.icmp.jni
 

Methods in com.veraxsystems.icmp.jni that throw IcmpSystemException
 void IcmpJniBridge.closeSocket()
          Close ICMP socket.
 void IcmpJniBridge.openSocket()
          Open ICMP socket.
 IcmpEchoResponse IcmpJniBridge.receive()
          Receive ICMP response.
 void IcmpJniBridge.selectSocket(int timeout)
          Wait for ICMP socket data.
 int IcmpJniBridge.send(java.net.InetAddress address, int messageId, byte[] data, int dataLength)
          Send ICMP EchoRequest.