public static interface FTPClient.HostnameResolver
| Modifier and Type | Method and Description |
|---|---|
String |
resolve(String hostname)
Resolves a host name.
|
String resolve(String hostname) throws UnknownHostException
hostname - the hostname to resolve.UnknownHostException - if the host is unknown.