Package | Description |
---|---|
org.xbill.DNS | |
org.xbill.DNS.lookup |
Modifier and Type | Field and Description |
---|---|
private static HostsFileParser |
Lookup.defaultHostsFileParser |
private HostsFileParser |
Lookup.hostsFileParser
Gets or sets the local hosts database parser to use for lookup before using a
Resolver . |
Modifier and Type | Method and Description |
---|---|
static HostsFileParser |
Lookup.getDefaultHostsFileParser()
Gets the default
HostsFileParser to use for new Lookup instances. |
Modifier and Type | Method and Description |
---|---|
static void |
Lookup.setDefaultHostsFileParser(HostsFileParser hostsFileParser)
Sets the default
HostsFileParser to use for new Lookup instances. |
Modifier and Type | Field and Description |
---|---|
private HostsFileParser |
LookupSession.hostsFileParser |
private HostsFileParser |
LookupSession.LookupSessionBuilder.hostsFileParser |
Modifier and Type | Method and Description |
---|---|
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.hostsFileParser(HostsFileParser hostsFileParser)
Configures the local hosts database file parser to use within this session.
|
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) |