public class IpAddressUtil extends Object
Constructor and Description |
---|
IpAddressUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isIpAddress(String string) |
static boolean |
isIPv4LiteralAddress(String string) |
static boolean |
isIPv6LiteralAddress(String string) |
public IpAddressUtil()
public static boolean isIPv4LiteralAddress(String string)
public static boolean isIPv6LiteralAddress(String string)
public static boolean isIpAddress(String string)