public interface ExtendedDnsCache
extends io.netty.resolver.dns.DnsCache
DnsCache
with support for storing PTR records
from reverse lookups.Modifier and Type | Method and Description |
---|---|
ExtendedDnsCacheEntry |
cache(String hostname,
io.netty.handler.codec.dns.DnsPtrRecord ptrRecord,
io.netty.channel.EventLoop loop) |
ExtendedDnsCacheEntry cache(String hostname, io.netty.handler.codec.dns.DnsPtrRecord ptrRecord, io.netty.channel.EventLoop loop)
Copyright © 2021. All rights reserved.