public interface Network
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_NETWORK
The name of the 'default' network.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkFilter[] |
getFilters()
Returns array of
NetworkFilter objects associated
with this network. |
java.lang.String |
getName()
Returns the unique name of the network.
|
java.lang.String |
getNetwork(java.lang.String ipAddress)
Returns the name of the network the specified IP address is said to belong.
|
static final java.lang.String DEFAULT_NETWORK
java.lang.String getName()
NetworkFilter[] getFilters()
NetworkFilter objects associated
with this network. Filters are used in order to determine the logical network
of a host contacting this network according to his IP address.java.lang.String getNetwork(java.lang.String ipAddress)
NetworkFilter.getDestinationNetwork() value of the first one
matching the passed address.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.