public class AddressResolver extends Object
| Constructor and Description |
|---|
AddressResolver() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildAddress(String protocol,
String host,
Integer port) |
static String |
getHost(String address) |
static Integer |
getPort(String address) |
static String |
getProtocol(String address) |
static boolean |
isDomain(String host) |
static List<String> |
resolveHost(String host) |
public static boolean isDomain(String host)
public static List<String> resolveHost(String host) throws UnknownHostException
UnknownHostExceptionCopyright © 2026. All rights reserved.