- All Known Subinterfaces:
IPAddressConverter
- All Known Implementing Classes:
IPAddressConverter.DefaultAddressConverter
- Enclosing class:
IPv4Address
public static interface IPv4Address.IPv4AddressConverter
- Author:
- sfoley
-
Method Summary
Modifier and TypeMethodDescriptionIf the given address is IPv4, or can be converted to IPv4, returns thatIPv4Address
.
-
Method Details
-
toIPv4
If the given address is IPv4, or can be converted to IPv4, returns thatIPv4Address
. Otherwise, returns null.
-