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.PrefixConfigurationAddressNetwork. getDefaultPrefixConfiguration()abstract AddressNetwork.PrefixConfigurationAddressNetwork. getPrefixConfiguration()This method determines the prefix configuration in use by this network.static AddressNetwork.PrefixConfigurationAddressNetwork.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 booleanParsedAddressGrouping. 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 booleanParsedAddressGrouping. 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.PrefixConfigurationIPv4AddressNetwork. getDefaultPrefixConfiguration()Gets the default prefix configuration used by this network type and version.AddressNetwork.PrefixConfigurationIPv4AddressNetwork. getPrefixConfiguration()Methods in inet.ipaddr.ipv4 with parameters of type AddressNetwork.PrefixConfiguration Modifier and Type Method Description static voidIPv4AddressNetwork. 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.PrefixConfigurationIPv6AddressNetwork. getDefaultPrefixConfiguration()Gets the default prefix configuration used by this network type and version.AddressNetwork.PrefixConfigurationIPv6AddressNetwork. getPrefixConfiguration()Methods in inet.ipaddr.ipv6 with parameters of type AddressNetwork.PrefixConfiguration Modifier and Type Method Description static voidIPv6AddressNetwork. 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.PrefixConfigurationMACAddressNetwork. getDefaultPrefixConfiguration()Gets the default prefix configuration used by this network type and version.AddressNetwork.PrefixConfigurationMACAddressNetwork. getPrefixConfiguration()Methods in inet.ipaddr.mac with parameters of type AddressNetwork.PrefixConfiguration Modifier and Type Method Description static voidMACAddressNetwork. setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)Sets the default prefix configuration used by this network.
-