Class NetworkAddressUtils


  • public class NetworkAddressUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long ipToLong​(java.net.InetAddress ipAddress)  
      static boolean isValidInet4Address​(java.lang.String ip)  
      • Methods inherited from class java.lang.Object

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

      • isValidInet4Address

        public static boolean isValidInet4Address​(java.lang.String ip)
      • ipToLong

        public static long ipToLong​(java.net.InetAddress ipAddress)