public class NetworkUtils extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static String |
formatPossibleIpv6Address(String address) |
|
static InetAddress |
parseIpv4Address(String addressString) |
|
static InetAddress |
parseIpv6Address(String addressString) |
public static InetAddress parseIpv4Address(String addressString) throws IOException
IOExceptionpublic static InetAddress parseIpv6Address(String addressString) throws IOException
IOExceptionCopyright © 2018. All rights reserved.