Uses of Class
org.xbill.DNS.hosts.HostsFileParser
Packages that use HostsFileParser
-
Uses of HostsFileParser in org.xbill.DNS
Fields in org.xbill.DNS declared as HostsFileParserModifier and TypeFieldDescriptionprivate static HostsFileParserLookup.defaultHostsFileParserprivate HostsFileParserLookup.hostsFileParserGets or sets the local hosts database parser to use for lookup before using aResolver.Methods in org.xbill.DNS that return HostsFileParserModifier and TypeMethodDescriptionstatic HostsFileParserLookup.getDefaultHostsFileParser()Gets the defaultHostsFileParserto use for new Lookup instances.Methods in org.xbill.DNS with parameters of type HostsFileParserModifier and TypeMethodDescriptionstatic voidLookup.setDefaultHostsFileParser(HostsFileParser hostsFileParser) Sets the defaultHostsFileParserto use for new Lookup instances. -
Uses of HostsFileParser in org.xbill.DNS.lookup
Fields in org.xbill.DNS.lookup declared as HostsFileParserModifier and TypeFieldDescriptionprivate final HostsFileParserLookupSession.hostsFileParserprivate HostsFileParserLookupSession.LookupSessionBuilder.hostsFileParserMethods in org.xbill.DNS.lookup with parameters of type HostsFileParserModifier and TypeMethodDescriptionLookupSession.LookupSessionBuilder.hostsFileParser(HostsFileParser hostsFileParser) Configures the local hosts database file parser to use within this session.Constructors in org.xbill.DNS.lookup with parameters of type HostsFileParserModifierConstructorDescriptionprivateLookupSession(@NonNull Resolver resolver, int maxRedirects, int ndots, List<Name> searchPath, boolean cycleResults, List<Cache> caches, HostsFileParser hostsFileParser, Executor executor, IrrelevantRecordMode irrelevantRecordMode)