| Constructor and Description |
|---|
DnsCacheEntry(String hostname,
InetAddress address) |
DnsCacheEntry(String hostname,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
InetAddress |
address() |
Throwable |
cause() |
String |
hostname() |
String |
toString() |
public DnsCacheEntry(String hostname, InetAddress address)
Copyright © 2008–2017 The Netty Project. All rights reserved.