Modifier and Type | Method and Description |
---|---|
List<DnsCacheEntry> |
DefaultDnsCache.get(String hostname,
io.netty.handler.codec.dns.DnsRecord[] additionals) |
List<DnsCacheEntry> |
DnsCache.get(String hostname,
io.netty.handler.codec.dns.DnsRecord[] additionals)
Return the cached entries for the given hostname.
|
List<DnsCacheEntry> |
NoopDnsCache.get(String hostname,
io.netty.handler.codec.dns.DnsRecord[] additionals) |
Copyright © 2008–2017 The Netty Project. All rights reserved.