Package | Description |
---|---|
org.xbill.DNS | |
org.xbill.DNS.lookup |
Modifier and Type | Field and Description |
---|---|
private static SetResponse |
SetResponse.nxdomain |
private static SetResponse |
SetResponse.nxrrset |
private static SetResponse |
SetResponse.unknown |
Modifier and Type | Method and Description |
---|---|
SetResponse |
Cache.addMessage(Message in)
Adds all data from a Message into the Cache.
|
SetResponse |
Zone.findRecords(Name name,
int type)
Looks up Records in the Zone.
|
private SetResponse |
Zone.lookup(Name name,
int type) |
protected SetResponse |
Cache.lookup(Name name,
int type,
int minCred)
Finds all matching sets or something that causes the lookup to stop.
|
SetResponse |
Cache.lookupRecords(Name name,
int type,
int minCred)
Looks up Records in the Cache.
|
(package private) static SetResponse |
SetResponse.ofType(int type) |
Modifier and Type | Method and Description |
---|---|
private void |
Lookup.processResponse(Name name,
SetResponse response) |
Modifier and Type | Method and Description |
---|---|
private java.util.concurrent.CompletionStage<LookupResult> |
LookupSession.setResponseToMessageFuture(SetResponse setResponse,
Record queryRecord,
java.util.List<Name> aliases) |