public static class InetAddressHelper.SubnetMaskFilter extends com.oracle.common.net.InetAddresses.IsSubnetMask implements Filter<InetAddress>
| Constructor and Description | 
|---|
SubnetMaskFilter(InetAddress addrPattern, InetAddress addrMask)
Construct a SubnetMaskFilter for the given pattern and mask. 
 | 
SubnetMaskFilter(InetAddress addrPattern, int cMaskBits)
Construct a SubnetMaskFilter for the given pattern and mask bit count. 
 | 
SubnetMaskFilter(String sAddr)
Construct a SubnetMaskFilter for the given pattern and slash mask. 
 | 
public SubnetMaskFilter(InetAddress addrPattern, InetAddress addrMask)
addrPattern - the pattern to matchaddrMask - the mask identifying the portion of the pattern to matchpublic SubnetMaskFilter(InetAddress addrPattern, int cMaskBits)
addrPattern - the pattern to matchcMaskBits - the number of mask bitspublic SubnetMaskFilter(String sAddr)
sAddr - the pattern and mask