Uses of Enum Class
inet.ipaddr.AddressNetwork.PrefixConfiguration
Packages that use AddressNetwork.PrefixConfiguration
Package
Description
Base classes for IP addresses and generic addresses.
Validation of address strings and creation of address representations from the validated strings.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr
Methods in inet.ipaddr that return AddressNetwork.PrefixConfigurationModifier and TypeMethodDescriptionAddressNetwork.getDefaultPrefixConfiguration()
abstract AddressNetwork.PrefixConfiguration
AddressNetwork.getPrefixConfiguration()
This method determines the prefix configuration in use by this network.Returns the enum constant of this class with the specified name.static AddressNetwork.PrefixConfiguration[]
AddressNetwork.PrefixConfiguration.values()
Returns an array containing the constants of this enum class, 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.PrefixConfigurationModifier and TypeMethodDescriptionstatic boolean
ParsedAddressGrouping.isPrefixSubnet
(Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, int segmentCount, int bytesPerSegment, int bitsPerSegment, int segmentMaxValue, 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, Integer networkPrefixLength, AddressNetwork.PrefixConfiguration prefixConfiguration, boolean fullRangeOnly) -
Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr.ipv4
Methods in inet.ipaddr.ipv4 that return AddressNetwork.PrefixConfigurationModifier and TypeMethodDescriptionIPv4AddressNetwork.getDefaultPrefixConfiguration()
Gets the default prefix configuration used by this network type and version.IPv4AddressNetwork.getPrefixConfiguration()
Methods in inet.ipaddr.ipv4 with parameters of type AddressNetwork.PrefixConfigurationModifier and TypeMethodDescriptionstatic 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.PrefixConfigurationModifier and TypeMethodDescriptionIPv6AddressNetwork.getDefaultPrefixConfiguration()
Gets the default prefix configuration used by this network type and version.IPv6AddressNetwork.getPrefixConfiguration()
Methods in inet.ipaddr.ipv6 with parameters of type AddressNetwork.PrefixConfigurationModifier and TypeMethodDescriptionstatic 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.PrefixConfigurationModifier and TypeMethodDescriptionMACAddressNetwork.getDefaultPrefixConfiguration()
Gets the default prefix configuration used by this network type and version.MACAddressNetwork.getPrefixConfiguration()
Methods in inet.ipaddr.mac with parameters of type AddressNetwork.PrefixConfigurationModifier and TypeMethodDescriptionstatic void
MACAddressNetwork.setDefaultPrefixConfiguration
(AddressNetwork.PrefixConfiguration config) Sets the default prefix configuration used by this network.