|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.net.InetAddressHelper.SubnetMaskFilter
public static class InetAddressHelper.SubnetMaskFilter
SubnetMaskFilter evaluates to true for any address with matches the pattern for the masked bits
| Field Summary | |
|---|---|
protected byte[] |
m_abMask |
protected byte[] |
m_abPattern |
protected java.lang.String |
m_sDescription |
| Constructor Summary | |
|---|---|
InetAddressHelper.SubnetMaskFilter(java.net.InetAddress addrPattern, java.net.InetAddress addrMask)Construct a SubnetMaskFilter for the given pattern and mask. |
|
InetAddressHelper.SubnetMaskFilter(java.net.InetAddress addrPattern, int cMaskBits)Construct a SubnetMaskFilter for the given pattern and mask bit count. |
|
InetAddressHelper.SubnetMaskFilter(java.lang.String sAddr)Construct a SubnetMaskFilter for the given pattern and slash mask. |
|
| Method Summary | |
|---|---|
boolean |
evaluate(java.lang.Object o)Apply the test to the object. |
java.lang.String |
toString() |
| Field Detail |
|---|
protected java.lang.String m_sDescription
protected byte[] m_abPattern
protected byte[] m_abMask
| Constructor Detail |
|---|
public InetAddressHelper.SubnetMaskFilter(java.net.InetAddress addrPattern,
java.net.InetAddress addrMask)
addrPattern - the pattern to matchaddrMask - the mask identifying the portion of the pattern to match
public InetAddressHelper.SubnetMaskFilter(java.net.InetAddress addrPattern,
int cMaskBits)
addrPattern - the pattern to matchcMaskBits - the number of mask bitspublic InetAddressHelper.SubnetMaskFilter(java.lang.String sAddr)
sAddr - the pattern and mask| Method Detail |
|---|
public boolean evaluate(java.lang.Object o)
evaluate in interface Filtero - the object to testpublic java.lang.String toString()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||