public static interface IPv4Address.IPv4AddressConverter
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
toIPv4(IPAddress address)
If the given address is IPv4, or can be converted to IPv4, returns that
IPv4Address. |
IPv4Address toIPv4(IPAddress address)
IPv4Address. Otherwise, returns null.