public static interface IPv6Address.IPv6AddressConverter
| Modifier and Type | Method and Description |
|---|---|
IPv6Address |
toIPv6(IPAddress address)
If the given address is IPv6, or can be converted to IPv6, returns that
IPv6Address. |
IPv6Address toIPv6(IPAddress address)
IPv6Address. Otherwise, returns null.