Uses of Class
inet.ipaddr.IPAddressStringParameters
Packages that use IPAddressStringParameters
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 IPv6
-
Uses of IPAddressStringParameters in inet.ipaddr
Fields in inet.ipaddr declared as IPAddressStringParametersModifier and TypeFieldDescriptionHostNameParameters.addressOptions
static final IPAddressStringParameters
IPAddressString.DEFAULT_VALIDATION_OPTIONS
Methods in inet.ipaddr that return IPAddressStringParametersModifier and TypeMethodDescriptionIPAddressStringParameters.clone()
IPAddressString.getValidationOptions()
IPAddressStringParameters.Builder.toParams()
Methods in inet.ipaddr with parameters of type IPAddressStringParametersModifier and TypeMethodDescriptionint
IPAddressStringParameters.compareTo
(IPAddressStringParameters o) Constructors in inet.ipaddr with parameters of type IPAddressStringParametersModifierConstructorDescriptionHostIDStringAddressGenerator
(Map<String, T> backingMap, IPAddressStringParameters options) HostName
(InetAddress inetAddr, IPAddressStringParameters addressOptions) Constructs a host name from an IP address, allowing control over conversion to an IPAddress instance.HostNameParameters
(IPAddressStringParameters addressOptions, boolean allowEmpty, boolean emptyIsLoopback, boolean allowBracketedIPv6, boolean allowBracketedIPv4, boolean normalizeToLowercase, boolean allowIPAddress, boolean allowPort, boolean expectPort, boolean allowService) IPAddressString
(String addr, IPAddressStringParameters valOptions) IPAddressStringGenerator
(Map<String, IPAddressString> backingMap, IPAddressStringParameters options) -
Uses of IPAddressStringParameters in inet.ipaddr.format.validate
Methods in inet.ipaddr.format.validate that return IPAddressStringParametersModifier and TypeMethodDescriptiondefault IPAddressStringParameters
IPAddressProvider.getParameters()
If the address was created by parsing, this provides the parameters used when creating the address.IPAddressProvider.VersionedAddressCreator.getParameters()
ParsedIPAddress.getParameters()
-
Uses of IPAddressStringParameters in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPAddressStringParametersConstructors in inet.ipaddr.ipv6 with parameters of type IPAddressStringParametersModifierConstructorDescriptionIPv6AddressStringParameters
(boolean allowLeadingZeros, boolean allowCIDRPrefixLeadingZeros, boolean allowUnlmitedLeadingZeros, boolean allowMixed, IPAddressStringParameters mixedOptions, boolean allowZone, boolean allowBase85, AddressStringParameters.RangeParameters rangeOptions, boolean allowWildcardedSeparator, boolean allowPrefixesBeyondAddressSize, boolean allowBinary, IPv6AddressNetwork network) Constructs the parameters for IPv6-specific string parsing.IPv6AddressStringParameters
(boolean allowLeadingZeros, boolean allowCIDRPrefixLeadingZeros, boolean allowUnlmitedLeadingZeros, boolean allowMixed, IPAddressStringParameters mixedOptions, boolean allowZone, boolean allowBase85, AddressStringParameters.RangeParameters rangeOptions, boolean allowWildcardedSeparator, boolean allowPrefixesBeyondAddressSize, IPv6AddressNetwork network) Deprecated.