| Package | Description |
|---|---|
| org.xbill.DNS.lookup |
| Modifier and Type | Method and Description |
|---|---|
static LookupSession.LookupSessionBuilder |
LookupSession.builder()
Returns a new
LookupSession.LookupSessionBuilder instance. |
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.cache(Integer cacheKey,
Cache cacheValue) |
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.caches(Map<? extends Integer,? extends Cache> caches) |
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.clearCaches() |
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.clearSearchPath() |
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.cycleResults(boolean cycleResults)
If set to
true, cached results with multiple records will be returned with the starting
point shifted one step per request. |
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.defaultHostsFileParser()
Enable querying the local hosts database using the system defaults.
|
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.hostsFileParser(HostsFileParser hostsFileParser)
Configures the local hosts database file parser to use within this session.
|
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.maxRedirects(int maxRedirects)
Sets the maximum number of CNAME or DNAME redirects allowed before lookups with fail with
RedirectOverflowException. |
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.ndots(int ndots)
Sets the threshold for the number of dots which must appear in a name before it is considered
absolute.
|
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.resolver(@NonNull Resolver resolver)
The
Resolver to use to look up records. |
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.searchPath(Collection<? extends Name> searchPath) |
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.searchPath(Name searchPath) |
Copyright © 2021 dnsjava.org. All rights reserved.