| Package | Description |
|---|---|
| inet.ipaddr | |
| inet.ipaddr.ipv4 | |
| inet.ipaddr.ipv6 | |
| inet.ipaddr.mac |
| Modifier and Type | Method and Description |
|---|---|
static AddressNetwork.PrefixConfiguration |
AddressNetwork.getDefaultPrefixConfiguration() |
abstract AddressNetwork.PrefixConfiguration |
AddressNetwork.getPrefixConfiguration()
This method determines the prefix configuration in use by this network.
|
static AddressNetwork.PrefixConfiguration |
AddressNetwork.PrefixConfiguration.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddressNetwork.PrefixConfiguration[] |
AddressNetwork.PrefixConfiguration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AddressNetwork.PrefixConfiguration |
IPv4AddressNetwork.getDefaultPrefixConfiguration()
Gets the default prefix configuration used by this network.
|
AddressNetwork.PrefixConfiguration |
IPv4AddressNetwork.getPrefixConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static void |
IPv4AddressNetwork.setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)
Sets the default prefix configuration used by this network.
|
| Modifier and Type | Method and Description |
|---|---|
static AddressNetwork.PrefixConfiguration |
IPv6AddressNetwork.getDefaultPrefixConfiguration()
Gets the default prefix configuration used by this network.
|
AddressNetwork.PrefixConfiguration |
IPv6AddressNetwork.getPrefixConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static void |
IPv6AddressNetwork.setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)
Sets the default prefix configuration used by this network.
|
| Modifier and Type | Method and Description |
|---|---|
static AddressNetwork.PrefixConfiguration |
MACAddressNetwork.getDefaultPrefixConfiguration()
Gets the default prefix configuration used by this network.
|
AddressNetwork.PrefixConfiguration |
MACAddressNetwork.getPrefixConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MACAddressNetwork.setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)
Sets the default prefix configuration used by this network.
|