-
- All Known Subinterfaces:
IPAddressConverter
- All Known Implementing Classes:
IPAddressConverter.DefaultAddressConverter
- Enclosing class:
- IPv6Address
public static interface IPv6Address.IPv6AddressConverter
- Author:
- sfoley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPv6Address
toIPv6(IPAddress address)
If the given address is IPv6, or can be converted to IPv6, returns thatIPv6Address
.
-
-
-
Method Detail
-
toIPv6
IPv6Address toIPv6(IPAddress address)
If the given address is IPv6, or can be converted to IPv6, returns thatIPv6Address
. Otherwise, returns null.
-
-