java.lang.Object
inet.ipaddr.ipv6.IPv6AddressStringParameters.Builder
- Enclosing class:
IPv6AddressStringParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallow_mixed_inet_aton
(boolean allow) Allow inet_aton formats in the mixed part of an IPv6 addressallowBase85
(boolean allow) allowBinary
(boolean allow) allowLeadingZeros
(boolean allow) allowMixed
(boolean allow) allowPrefixesBeyondAddressSize
(boolean allow) allowPrefixLengthLeadingZeros
(boolean allow) allowUnlimitedLeadingZeros
(boolean allow) allowWildcardedSeparator
(boolean allow) allowZone
(boolean allow) Gets the builder for the parameters governing the IPv4 mixed part of an IPv6 address.setNetwork
(IPv6AddressNetwork network) setRangeOptions
(AddressStringParameters.RangeParameters rangeOptions) toParams()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowBase85
-
allowZone
-
allow_mixed_inet_aton
Allow inet_aton formats in the mixed part of an IPv6 address- Parameters:
allow
-- Returns:
- the builder
-
allowMixed
- Parameters:
allow
-- Returns:
- the builder
- See Also:
-
getEmbeddedIPv4AddressParametersBuilder
Gets the builder for the parameters governing the IPv4 mixed part of an IPv6 address.- Returns:
-
setNetwork
- Parameters:
network
- if null, the default network will be used- Returns:
- the builder
- See Also:
-
allowBinary
-
allowWildcardedSeparator
-
allowLeadingZeros
-
allowUnlimitedLeadingZeros
-
setRangeOptions
public IPv6AddressStringParameters.Builder setRangeOptions(AddressStringParameters.RangeParameters rangeOptions) -
allowPrefixesBeyondAddressSize
-
allowPrefixLengthLeadingZeros
-
toParams
-