public interface HostResolver
| Modifier and Type | Method and Description |
|---|---|
InetAddress[] |
resolve(String host)
Get an array of IP addresses for a host
|
InetAddress[] resolve(String host) throws UnknownHostException
host - host to get ip for. Can just be an ip itselfUnknownHostException - if the host cannot be found, or BannedHostException if the ip is blacklistedCopyright © 2012–2018 Atlassian. All rights reserved.