Package | Description |
---|---|
com.oracle.coherence.common.net |
The net package provides a number networking related utility classes.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Class and Description |
---|---|
static class |
com.oracle.coherence.common.net.InetAddresses.IsRoutable
The IsRoutable predicate evaluates to true for any InetAddress which is
externally routable.
|
static class |
com.oracle.coherence.common.net.InetAddresses.IsSubnetMask
IsSubnetMask predicate evaluates to true for any address with matches the
pattern for the masked bits
|
Modifier and Type | Class and Description |
---|---|
static class |
InetAddressHelper.RoutableFilter
The RoutableFilter evaluates to true for any InetAddress which is
externally routable.
|
static class |
InetAddressHelper.SubnetMaskFilter
SubnetMaskFilter evaluates to true for any address with matches the
pattern for the masked bits
|