Uses of Interface
org.n52.security.common.ip.IPRange

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

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

Subinterfaces of IPRange in org.n52.security.common.ip
 interface IPAddressMask
           
 

Classes in org.n52.security.common.ip that implement IPRange
 class IP4AddressMask
          Represents an IP address mask that consists of an IPv4 address and a subnet mask.
 class IPIntervalRange
          Represents a contiguous range of IP addresses defined by a lower and an upper boundary.
 

Methods in org.n52.security.common.ip that return IPRange
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 IPRange IPRangeParser.toRange(InetAddress address)
           
static IPRange IPRangeParser.toRange(InetAddress lower, InetAddress upper)
           
 

Methods in org.n52.security.common.ip that return types with arguments of type IPRange
static Collection<IPRange> IPRangeParser.parseRanges(String ranges, String delimeter)
          Parses a list of IP address range specifications.
 

Method parameters in org.n52.security.common.ip with type arguments of type IPRange
static String IPRangeParser.encodeRangesAsString(Iterable<IPRange> ranges, String delimeter)
           
 



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