Uses of Class
inet.ipaddr.IPAddressStringParameters
-
Packages that use IPAddressStringParameters 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.ipv6 Classes for IPv6 -
-
Uses of IPAddressStringParameters in inet.ipaddr
Fields in inet.ipaddr declared as IPAddressStringParameters Modifier and Type Field Description IPAddressStringParameters
HostNameParameters. addressOptions
static IPAddressStringParameters
IPAddressString. DEFAULT_VALIDATION_OPTIONS
Methods in inet.ipaddr that return IPAddressStringParameters Modifier and Type Method Description IPAddressStringParameters
IPAddressStringParameters. clone()
IPAddressStringParameters
IPAddressString. getValidationOptions()
IPAddressStringParameters
IPAddressStringParameters.Builder. toParams()
Methods in inet.ipaddr with parameters of type IPAddressStringParameters Modifier and Type Method Description int
IPAddressStringParameters. compareTo(IPAddressStringParameters o)
Constructors in inet.ipaddr with parameters of type IPAddressStringParameters Constructor Description HostIDStringAddressGenerator(IPAddressStringParameters options)
HostIDStringAddressGenerator(java.util.Map<java.lang.String,T> backingMap, IPAddressStringParameters options)
HostName(java.net.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)
IPAddressGenerator(IPAddressStringParameters options)
IPAddressString(java.lang.String addr, IPAddressStringParameters valOptions)
IPAddressStringGenerator(IPAddressStringParameters options)
IPAddressStringGenerator(java.util.Map<java.lang.String,IPAddressString> backingMap, IPAddressStringParameters options)
-
Uses of IPAddressStringParameters in inet.ipaddr.format.validate
Methods in inet.ipaddr.format.validate that return IPAddressStringParameters Modifier and Type Method Description default IPAddressStringParameters
IPAddressProvider. getParameters()
If the address was created by parsing, this provides the parameters used when creating the address.IPAddressStringParameters
IPAddressProvider.VersionedAddressCreator. getParameters()
IPAddressStringParameters
ParsedIPAddress. getParameters()
-
Uses of IPAddressStringParameters in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPAddressStringParameters Modifier and Type Method Description IPAddressStringParameters
IPv6AddressStringParameters. getMixedParameters()
Constructors in inet.ipaddr.ipv6 with parameters of type IPAddressStringParameters Constructor Description IPv6AddressStringParameters(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.
-