Uses of Class
org.n52.security.common.ip.IPRangeParseException

Packages that use IPRangeParseException
org.n52.security.common.ip   
 

Uses of IPRangeParseException in org.n52.security.common.ip
 

Methods in org.n52.security.common.ip that throw IPRangeParseException
static IPRange IPRangeParser.parseIntervalRange(String intervalRange)
          Parses an interval of IP addresses, specified as string, where upper and lower bounds are separated with a dash ('-').
static IPRange IPRangeParser.parseIP4AddressMask(String addressMask)
          Parses a IP address mask defining a subnet of IP addresses defined by a base IP address amd a prefix length.
static IPRange IPRangeParser.parseRange(String range)
          Converts a string that is either a single IP address, a subnet mask, or an interval of IP adresses.
static Collection<IPRange> IPRangeParser.parseRanges(String ranges, String delimeter)
          Parses a list of IP address range specifications.
static InetAddress IPRangeParser.parseSingleAddress(String address)
          Convert an IP address specified as a string.
 



Copyright © 2004–2014 52north.org. All rights reserved.