Class NetworkTopologyDiscoveryImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.InetAddress[] getInetAddresses()
      Get all local Internet Addresses for the machine.
      void lockInetAddress​(java.net.InetAddress interfaceAddress)
      Locks the given InetAddress if the device requires it.
      void unlockInetAddress​(java.net.InetAddress interfaceAddress)
      Locks the given InetAddress if the device requires it.
      boolean useInetAddress​(java.net.NetworkInterface networkInterface, java.net.InetAddress interfaceAddress)
      Check if a given InetAddress should be used for mDNS
      • Methods inherited from class java.lang.Object

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

      • logger

        private static final org.slf4j.Logger logger
    • Constructor Detail

      • NetworkTopologyDiscoveryImpl

        public NetworkTopologyDiscoveryImpl()