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
IOException
public static InetAddress parseIpv6Address(String addressString) throws IOException
IOException
Copyright © 2018. All rights reserved.