Uses of Interface
inet.ipaddr.format.validate.IPAddressProvider
Packages that use IPAddressProvider
Package
Description
Validation of address strings and creation of address representations from the validated strings.
-
Uses of IPAddressProvider in inet.ipaddr.format.validate
Classes in inet.ipaddr.format.validate that implement IPAddressProviderModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassThe result from parsing a valid address string.Methods in inet.ipaddr.format.validate that return IPAddressProviderModifier and TypeMethodDescriptionParsedHost.getAddressProvider()static IPAddressProviderIPAddressProvider.getProviderFor(IPAddress address, IPAddress hostAddress) Wraps an IPAddress for IPAddressString in the cases where no parsing is provided, the address exists alreadyHostIdentifierStringValidator.validateAddress(IPAddressString fromString) Validator.validateAddress(IPAddressString fromString) Validator.validateIPAddressStr(IPAddressString fromString) Methods in inet.ipaddr.format.validate with parameters of type IPAddressProviderModifier and TypeMethodDescriptionIPAddressProvider.AllCreator.contains(IPAddressProvider otherProvider) default BooleanIPAddressProvider.contains(IPAddressProvider other) An optimized contains that does not need to create address objects to return an answer.ParsedIPAddress.contains(IPAddressProvider other) default BooleanIPAddressProvider.parsedEquals(IPAddressProvider other) An optimized equality comparison that does not need to create addresses to return an answer.ParsedIPAddress.parsedEquals(IPAddressProvider other) default BooleanIPAddressProvider.prefixContains(IPAddressProvider other) An optimized prefix comparison that does not need to create addresses to return an answer.ParsedIPAddress.prefixContains(IPAddressProvider other) default BooleanIPAddressProvider.prefixEquals(IPAddressProvider other) An optimized prefix comparison that does not need to create addresses to return an answer.ParsedIPAddress.prefixEquals(IPAddressProvider other) intIPAddressProvider.MaskCreator.providerCompare(IPAddressProvider other) default intIPAddressProvider.providerCompare(IPAddressProvider other) booleanIPAddressProvider.MaskCreator.providerEquals(IPAddressProvider valueProvider) booleanIPAddressProvider.NullProvider.providerEquals(IPAddressProvider o) When a value provider produces no value, equality and comparison are based on the enum IPType, which can be null.default booleanIPAddressProvider.providerEquals(IPAddressProvider other) When a value provider produces no value, equality and comparison are based on the enum IPType, which can by null.Constructors in inet.ipaddr.format.validate with parameters of type IPAddressProviderModifierConstructorDescriptionParsedHost(String originalStr, IPAddressProvider valueProvider) ParsedHost(String originalStr, IPAddressProvider valueProvider, ParsedHostIdentifierStringQualifier portQualifier)