public static class InetAddressHelper.SubnetMaskFilter extends com.oracle.coherence.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.
|
evaluate, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitand, asLimitFilter, associatedWith, evaluate, forKeys, forPartitions, or, xorpublic 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