Uses of Class
org.xbill.DNS.lookup.LookupSession.LookupSessionBuilder
Packages that use LookupSession.LookupSessionBuilder
-
Uses of LookupSession.LookupSessionBuilder in org.xbill.DNS.lookup
Methods in org.xbill.DNS.lookup that return LookupSession.LookupSessionBuilderModifier and TypeMethodDescriptionLookupSession.builder()Returns an emptyLookupSession.LookupSessionBuilderinstance.Deprecated.Enable caching using the supplied cache.LookupSession.LookupSessionBuilder.caches(@NonNull Collection<Cache> caches) Enable caching using the supplied caches.Deprecated.LookupSession.LookupSessionBuilder.clearCaches()Disables using a cache for lookups.LookupSession.LookupSessionBuilder.clearSearchPath()Removes all search paths.LookupSession.LookupSessionBuilder.cycleResults(boolean cycleResults) If set totrue, cached results with multiple records will be returned with the starting point shifted one step per request.LookupSession.defaultBuilder()Returns aLookupSession.LookupSessionBuilderinstance initialized with defaults.LookupSession.LookupSessionBuilder.defaultHostsFileParser()Enable querying the local hosts database using the system defaults.The executor to use when running lookups.LookupSession.LookupSessionBuilder.hostsFileParser(HostsFileParser hostsFileParser) Configures the local hosts database file parser to use within this session.LookupSession.LookupSessionBuilder.maxRedirects(int maxRedirects) The maximum number of CNAME or DNAME redirects allowed before lookups will fail withRedirectOverflowException.LookupSession.LookupSessionBuilder.ndots(int ndots) The threshold for the number of dots which must appear in a name before it is considered absolute.TheResolverto use to look up records.LookupSession.LookupSessionBuilder.searchPath(Collection<? extends Name> searchPath) Configures the search path used to look up relative names with less than ndots dots.LookupSession.LookupSessionBuilder.searchPath(Name searchPath) Configures the search path used to look up relative names with less than ndots dots.
cache(Cache), theCachealready provides the class.