@UnstableApi
See: Description
| Interface | Description |
|---|---|
| AuthoritativeDnsServerCache |
Cache which stores the nameservers that should be used to resolve a specific hostname.
|
| DnsCache |
A cache for DNS resolution entries.
|
| DnsCacheEntry |
Represents the results from a previous DNS query which can be cached.
|
| DnsCnameCache |
A cache for
CNAMEs. |
| DnsQueryLifecycleObserver |
This interface provides visibility into individual DNS queries.
|
| DnsQueryLifecycleObserverFactory |
Used to generate new instances of
DnsQueryLifecycleObserver. |
| DnsServerAddressStream |
An infinite stream of DNS server addresses.
|
| DnsServerAddressStreamProvider |
Provides an opportunity to override which
DnsServerAddressStream is used to resolve a specific hostname. |
| Exception | Description |
|---|---|
| DnsNameResolverException |
A
RuntimeException raised when DnsNameResolver failed to perform a successful query. |
| DnsNameResolverTimeoutException |
A
DnsNameResolverException raised when DnsNameResolver failed to perform a successful query because
of an timeout. |
Copyright © 2008–2019 The Netty Project. All rights reserved.