Class MacAddressUtils


  • public final class MacAddressUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ARP_GET_IP_HW  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean existsMacAdressEqual​(java.lang.String macAddress)  
      static java.util.List<java.lang.String> getARPTable()  
      static java.lang.String getIpAddr()  
      static java.lang.String getMacAddress()  
      • Methods inherited from class java.lang.Object

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

      • existsMacAdressEqual

        public static boolean existsMacAdressEqual​(java.lang.String macAddress)
      • getARPTable

        public static java.util.List<java.lang.String> getARPTable()
      • getIpAddr

        public static java.lang.String getIpAddr()
      • getMacAddress

        public static java.lang.String getMacAddress()