Package | Description |
---|---|
org.xbill.DNS.lookup |
Modifier and Type | Field and Description |
---|---|
private IrrelevantRecordMode |
LookupSession.irrelevantRecordMode |
private IrrelevantRecordMode |
LookupSession.LookupSessionBuilder.irrelevantRecordMode |
Modifier and Type | Method and Description |
---|---|
static IrrelevantRecordMode |
IrrelevantRecordMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IrrelevantRecordMode[] |
IrrelevantRecordMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.irrelevantRecordMode(IrrelevantRecordMode irrelevantRecordMode)
Sets how irrelevant records in a
Message returned from the LookupSession.LookupSessionBuilder.resolver(Resolver) is handled. |
Constructor and Description |
---|
LookupSession(@NonNull Resolver resolver,
int maxRedirects,
int ndots,
java.util.List<Name> searchPath,
boolean cycleResults,
java.util.List<Cache> caches,
HostsFileParser hostsFileParser,
java.util.concurrent.Executor executor,
IrrelevantRecordMode irrelevantRecordMode) |