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