Module inet.ipaddr
Package inet.ipaddr.format.validate
package inet.ipaddr.format.validate
Validation of address strings and creation of address representations from the validated strings.
- Author:
- sfoley
-
ClassDescriptionInterface for validation and parsing of host identifier stringsProvides an address corresponding to a parsed string.ParsedAddressCreator<T extends Address,
R extends AddressSection, E extends AddressSection, S extends AddressSegment> Has methods for creating addresses, segments and sections that are available to the parser.The result of parsing a valid host name.The result of parsing a qualifier for a host name or address, the qualifier being either a mask, prefix length, or zone that follows the string.The result from parsing a valid address string.The analog to SpecificValueMasker for oringWhen the part of a mask covering a range of values is a mix of ones and zeros, then there may be an intermediate value in the range that when masked, produces the new upper and lower values.Validates host strings, address strings, and prefix lengths.