public class Inet6Util extends Object
org.apache.harmony.util.Inet6Util| Constructor and Description |
|---|
Inet6Util() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidIP4Word(String word) |
static boolean |
isValidIP6Address(String ipAddress) |
static boolean |
isValidIPV4Address(String value)
Takes a string and parses it to see if it is a valid IPV4 address.
|
public static boolean isValidIP6Address(String ipAddress)
public static boolean isValidIP4Word(String word)
public static boolean isValidIPV4Address(String value)
Copyright © 2015. All Rights Reserved.