Uses of Enum Class
org.xbill.DNS.lookup.IrrelevantRecordMode
Packages that use IrrelevantRecordMode
-
Uses of IrrelevantRecordMode in org.xbill.DNS.lookup
Fields in org.xbill.DNS.lookup declared as IrrelevantRecordModeModifier and TypeFieldDescriptionprivate final IrrelevantRecordModeLookupSession.irrelevantRecordModeprivate IrrelevantRecordModeLookupSession.LookupSessionBuilder.irrelevantRecordModeMethods in org.xbill.DNS.lookup that return IrrelevantRecordModeModifier and TypeMethodDescriptionstatic IrrelevantRecordModeReturns the enum constant of this class with the specified name.static IrrelevantRecordMode[]IrrelevantRecordMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xbill.DNS.lookup with parameters of type IrrelevantRecordModeModifier and TypeMethodDescription(package private) LookupSession.LookupSessionBuilderLookupSession.LookupSessionBuilder.irrelevantRecordMode(IrrelevantRecordMode irrelevantRecordMode) Sets how irrelevant records in aMessagereturned from theLookupSession.LookupSessionBuilder.resolver(Resolver)is handled.Constructors in org.xbill.DNS.lookup with parameters of type IrrelevantRecordModeModifierConstructorDescriptionprivateLookupSession(@NonNull Resolver resolver, int maxRedirects, int ndots, List<Name> searchPath, boolean cycleResults, List<Cache> caches, HostsFileParser hostsFileParser, Executor executor, IrrelevantRecordMode irrelevantRecordMode)