| Package | Description | 
|---|---|
| inet.ipaddr | |
| inet.ipaddr.ipv6 | 
| Modifier and Type | Method and Description | 
|---|---|
IPv6AddressStringParameters | 
IPAddressStringParameters.getIPv6Parameters()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IPAddressStringParameters.Builder.setIPv6AddressParameters(IPv6AddressStringParameters params)
Replaces all existing IPv6 parameters with the ones in the supplied parameters instance. 
 | 
| Constructor and Description | 
|---|
IPAddressStringParameters(boolean allowEmpty,
                         boolean allowAll,
                         boolean allowSingleSegment,
                         boolean emptyIsLoopback,
                         boolean allowPrefix,
                         boolean allowMask,
                         boolean allowPrefixOnly,
                         boolean allowIPv4,
                         boolean allowIPv6,
                         IPv4AddressStringParameters ipv4Options,
                         IPv6AddressStringParameters ipv6Options)  | 
| Modifier and Type | Method and Description | 
|---|---|
IPv6AddressStringParameters | 
IPv6AddressStringParameters.clone()  | 
IPv6AddressStringParameters | 
IPv6AddressStringParameters.Builder.toParams()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
IPv6AddressStringParameters.compareTo(IPv6AddressStringParameters o)  |