org.objectweb.carol.cmi
Class InetMask
java.lang.Object
org.objectweb.carol.cmi.InetMask
public class InetMask
extends java.lang.Object
- nieuviar
InetMask(String textual) - Generate an IP mask from its textual representation.
|
InetMask
public InetMask(String textual)
throws UnknownHostException
Generate an IP mask from its textual representation. The special case of a
single address is taken into account.
filterLocal
public LinkedList filterLocal()
Use JDK 1.4 methods.
- List of local addresses (java.net.InetAddress) matching this InetMask.
match
public boolean match(InetAddress a)