public class NetworkUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String | formatPossibleIpv6Address(String address) |
static InetAddress | parseIpv4Address(String addressString) |
static InetAddress | parseIpv6Address(String addressString) |
static String | toObfuscatedString(InetAddress address) |
public static InetAddress parseIpv4Address(String addressString) throws IOException
IOException
public static InetAddress parseIpv6Address(String addressString) throws IOException
IOException
public static String toObfuscatedString(InetAddress address)
Copyright © 2020 JBoss by Red Hat. All rights reserved.