Class IpAddressFunctions


  • public class IpAddressFunctions
    extends Object
    Inbuilt IP related transform functions Functions added: isSubnetOf(String ipPrefix, String ipAddress) --> boolean Functions to add: ipPrefix(String ipAddress, int prefixBits) -> String ipPrefix ipSubnetMin(String ipPrefix) -> String ipMin ipSubnetMax(String ipPrefix) -> String ipMax
    • Method Detail

      • isSubnetOf

        public static boolean isSubnetOf​(String ipPrefix,
                                         String ipAddress)