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 | Class and Description |
---|---|
class |
DefaultDnsCnameCache
Default implementation of a
DnsCnameCache . |
class |
NoopDnsCnameCache |
Modifier and Type | Method and Description |
---|---|
DnsCnameCache |
DnsNameResolver.cnameCache()
Returns the
DnsCnameCache . |
Modifier and Type | Method and Description |
---|---|
DnsNameResolverBuilder |
DnsNameResolverBuilder.cnameCache(DnsCnameCache cnameCache)
Sets the cache for
CNAME mappings. |
Copyright © 2008–2024 The Netty Project. All rights reserved.