public class DNSCache extends Object
| Constructor and Description |
|---|
DNSCache() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getCachedHostAddresses() |
Collection<String> |
getCachedHostNames() |
String |
getHostAddress(InetAddress address) |
String |
getHostName(InetAddress address) |
public String getHostName(InetAddress address)
public String getHostAddress(InetAddress address)
public Collection<String> getCachedHostNames()
public Collection<String> getCachedHostAddresses()
Copyright © 2012. All Rights Reserved.