Class MulticastNetworkPingSender

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(java.lang.String host, int port)  
      void sendData​(java.lang.String host, int port, Ping data)  
      void Stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MulticastNetworkPingSender

        public MulticastNetworkPingSender()
    • Method Detail

      • sendData

        public void sendData​(java.lang.String host,
                             int port,
                             Ping data)
                      throws java.lang.Exception
        Specified by:
        sendData in interface NetworkPingSender
        Throws:
        java.lang.Exception
      • initialize

        public void initialize​(java.lang.String host,
                               int port)
                        throws java.lang.Exception
        Specified by:
        initialize in interface NetworkPingSender
        Throws:
        java.lang.Exception