Package | Description |
---|---|
io.netty.resolver.dns |
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
|
Modifier and Type | Method and Description |
---|---|
List<DnsCacheEntry> |
NoopDnsCache.get(String hostname,
DnsRecord[] additionals) |
List<DnsCacheEntry> |
DnsCache.get(String hostname,
DnsRecord[] additionals)
Return the cached entries for the given hostname.
|
List<DnsCacheEntry> |
DefaultDnsCache.get(String hostname,
DnsRecord[] additionals) |
Copyright © 2008–2017 The Netty Project. All rights reserved.