Uses of Class
org.xbill.DNS.SetResponse
Packages that use SetResponse
-
Uses of SetResponse in org.xbill.DNS
Fields in org.xbill.DNS declared as SetResponseModifier and TypeFieldDescriptionprivate static final SetResponseSetResponse.SR_NXDOMAINprivate static final SetResponseSetResponse.SR_NXDOMAIN_AUTHprivate static final SetResponseSetResponse.SR_NXRRSETprivate static final SetResponseSetResponse.SR_NXRRSET_AUTHprivate static final SetResponseSetResponse.SR_UNKNOWNprivate static final SetResponseSetResponse.SR_UNKNOWN_AUTHMethods in org.xbill.DNS that return SetResponseModifier and TypeMethodDescriptionCache.addMessage(Message in) Adds all data from a Message into the Cache.Zone.findRecords(Name name, int type) Looks up Records in the zone.private SetResponseZone.findRecordsWithoutLock(Name name, int type) protected SetResponseFinds all matching sets or something that causes the lookup to stop.Cache.lookupRecords(Name name, int type, int minCred) Looks up Records in the Cache.(package private) static SetResponseSetResponse.ofType(SetResponseType type) (package private) static SetResponseSetResponse.ofType(SetResponseType type, Cache.CacheRRset rrset) (package private) static SetResponseSetResponse.ofType(SetResponseType type, RRset rrset) (package private) static SetResponseSetResponse.ofType(SetResponseType type, RRset rrset, boolean isAuthenticated) Methods in org.xbill.DNS with parameters of type SetResponseModifier and TypeMethodDescriptionprivate voidLookup.processResponse(Name name, SetResponse response) -
Uses of SetResponse in org.xbill.DNS.lookup
Methods in org.xbill.DNS.lookup with parameters of type SetResponseModifier and TypeMethodDescriptionprivate CompletionStage<LookupResult> LookupSession.setResponseToMessageFuture(SetResponse setResponse, Record queryRecord, List<Name> aliases)