- All Known Subinterfaces:
IPAddressConverter
- All Known Implementing Classes:
IPAddressConverter.DefaultAddressConverter
- Enclosing class:
IPv6Address
public static interface IPv6Address.IPv6AddressConverter
- Author:
- sfoley
-
Method Summary
Modifier and TypeMethodDescriptionIf the given address is IPv6, or can be converted to IPv6, returns thatIPv6Address
.
-
Method Details
-
toIPv6
If the given address is IPv6, or can be converted to IPv6, returns thatIPv6Address
. Otherwise, returns null.
-