public final class AddressUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isIpv4(String host)
Checks if the host is an address of IP version 4.
|
static boolean |
isIpv6(String host)
Checks if the host is an address of IP version 6.
|
public static boolean isIpv4(String host)
host - the host should be check.public static boolean isIpv6(String host)
host - the host should be check.Copyright © 2018–2023 asyncer.io. All rights reserved.