| Class | Description |
|---|---|
| LookupResult |
LookupResult instances holds the result of a successful lookup operation.
|
| LookupSession |
LookupSession provides facilities to make DNS Queries.
|
| LookupSession.LookupSessionBuilder |
A builder for
LookupSession instances where functionality is mostly generated as
described in the Lombok Builder
documentation. |
| Exception | Description |
|---|---|
| InvalidZoneDataException |
Sometimes DNS zone data involved in the lookup might be violating specifications.
|
| LookupFailedException |
A base class for all types of things that might fail when making a DNS lookup.
|
| NoSuchDomainException |
Thrown to indicate that no data is associated with the given name, as indicated by the NXDOMAIN
response code as specified in RF2136 Section 2.2.
|
| NoSuchRRSetException |
Thrown to indicate that records of the name and type queried does not exist, corresponding to the
NXRRSET return code as specified in RFC2136 Section 2.2.
|
| RedirectOverflowException |
Thrown if the lookup results in too many CNAME and/or DNAME indirections.
|
| ServerFailedException |
Represents a server failure, that the upstream server responding to the request returned a
SERVFAIL status.
|
Copyright © 2021 dnsjava.org. All rights reserved.