Uses of Class
inet.ipaddr.AddressNetwork.PrefixConfiguration
-
Packages that use AddressNetwork.PrefixConfiguration Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format.validate Validation of address strings and creation of address representations from the validated strings.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr
Methods in inet.ipaddr that return AddressNetwork.PrefixConfiguration Modifier and Type Method 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. -
Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr.format.validate
Methods in inet.ipaddr.format.validate with parameters of type AddressNetwork.PrefixConfiguration Modifier and Type Method Description static boolean
ParsedAddressGrouping. isPrefixSubnet(Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, int segmentCount, int bytesPerSegment, int bitsPerSegment, int segmentMaxValue, java.lang.Integer networkPrefixLength, AddressNetwork.PrefixConfiguration prefixConfiguration, boolean fullRangeOnly)
static boolean
ParsedAddressGrouping. isPrefixSubnet(AddressDivisionGrouping.DivisionValueProvider lowerValueProvider, AddressDivisionGrouping.DivisionValueProvider lowerExtendedValueProvider, AddressDivisionGrouping.DivisionValueProvider upperValueProvider, AddressDivisionGrouping.DivisionValueProvider upperExtendedValueProvider, AddressDivisionGrouping.DivisionLengthProvider bitLengthProvider, int divisionCount, java.lang.Integer networkPrefixLength, AddressNetwork.PrefixConfiguration prefixConfiguration, boolean fullRangeOnly)
-
Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr.ipv4
Methods in inet.ipaddr.ipv4 that return AddressNetwork.PrefixConfiguration Modifier and Type Method Description static AddressNetwork.PrefixConfiguration
IPv4AddressNetwork. getDefaultPrefixConfiguration()
Gets the default prefix configuration used by this network type and version.AddressNetwork.PrefixConfiguration
IPv4AddressNetwork. getPrefixConfiguration()
Methods in inet.ipaddr.ipv4 with parameters of type AddressNetwork.PrefixConfiguration Modifier and Type Method Description static void
IPv4AddressNetwork. setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)
Sets the default prefix configuration used by this network. -
Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return AddressNetwork.PrefixConfiguration Modifier and Type Method Description static AddressNetwork.PrefixConfiguration
IPv6AddressNetwork. getDefaultPrefixConfiguration()
Gets the default prefix configuration used by this network type and version.AddressNetwork.PrefixConfiguration
IPv6AddressNetwork. getPrefixConfiguration()
Methods in inet.ipaddr.ipv6 with parameters of type AddressNetwork.PrefixConfiguration Modifier and Type Method Description static void
IPv6AddressNetwork. setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)
Sets the default prefix configuration used by this network. -
Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr.mac
Methods in inet.ipaddr.mac that return AddressNetwork.PrefixConfiguration Modifier and Type Method Description static AddressNetwork.PrefixConfiguration
MACAddressNetwork. getDefaultPrefixConfiguration()
Gets the default prefix configuration used by this network type and version.AddressNetwork.PrefixConfiguration
MACAddressNetwork. getPrefixConfiguration()
Methods in inet.ipaddr.mac with parameters of type AddressNetwork.PrefixConfiguration Modifier and Type Method Description static void
MACAddressNetwork. setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)
Sets the default prefix configuration used by this network.
-