Uses of Class
org.minidns.dnsmessage.Question
Packages that use Question
Package
Description
- 
Uses of Question in org.minidns
Methods in org.minidns that return QuestionModifier and TypeMethodDescriptionstatic QuestionDnsClient.getReverseIpLookupQuestionFor(Inet4Address inet4Address) static QuestionDnsClient.getReverseIpLookupQuestionFor(Inet6Address inet6Address) static QuestionDnsClient.getReverseIpLookupQuestionFor(InetAddress inetAddress) Methods in org.minidns with parameters of type QuestionModifier and TypeMethodDescriptionprotected DnsMessageAbstractDnsClient.getQueryFor(Question q) protected booleanAbstractDnsClient.isResponseCacheable(Question q, DnsQueryResult result) Whether a response from the DNS system should be cached or not.AbstractDnsClient.query(Question q, InetAddress address) Query a specific server for one entry.final DnsQueryResultAbstractDnsClient.query(Question q, InetAddress server, int port) AbstractDnsClient.queryAsync(Question q)  - 
Uses of Question in org.minidns.cache
Methods in org.minidns.cache with parameters of type QuestionModifier and TypeMethodDescriptionprotected booleanExtendedLruCache.shouldGather(Record<? extends Data> extraRecord, Question question, DnsName authoritativeZone) protected booleanFullLruCache.shouldGather(Record<? extends Data> extraRecord, Question question, DnsName authoritativeZone)  - 
Uses of Question in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage with type parameters of type QuestionMethods in org.minidns.dnsmessage that return QuestionMethods in org.minidns.dnsmessage that return types with arguments of type QuestionModifier and TypeMethodDescriptionDnsMessage.copyQuestions()Copy the questions found in the question section.Methods in org.minidns.dnsmessage with parameters of type QuestionModifier and TypeMethodDescriptionDnsMessage.Builder.addQuestion(Question question) DnsMessage.getAnswersFor(Question q) DnsMessage.Builder.setQuestion(Question question) Set the question part of this message.Method parameters in org.minidns.dnsmessage with type arguments of type QuestionModifier and TypeMethodDescriptionDnsMessage.Builder.setQuestions(List<Question> questions) Set the question part of this message. - 
Uses of Question in org.minidns.dnssec
Methods in org.minidns.dnssec with parameters of type QuestionConstructors in org.minidns.dnssec with parameters of type QuestionModifierConstructorDescriptionDnssecValidationFailedException(Question question, String reason) NoActiveSignaturesReason(Question question, List<RRSIG> outdatedRrSigs) NoSignaturesReason(Question question) NSECDoesNotMatchReason(Question question, Record<? extends Data> record)  - 
Uses of Question in org.minidns.hla
Fields in org.minidns.hla declared as QuestionModifier and TypeFieldDescriptionfinal QuestionResolutionUnsuccessfulException.questionprotected final QuestionResolverResult.questionMethods in org.minidns.hla that return QuestionMethods in org.minidns.hla with parameters of type QuestionModifier and TypeMethodDescription<D extends Data>
ResolverResult<D> <D extends Data>
ResolverResult<D> <D extends Data>
ResolverResult<D> DnssecResolverApi.resolveDnssecReliable(Question question) Resolve the given question which is expected to yield DNSSEC authenticated results.Constructors in org.minidns.hla with parameters of type QuestionModifierConstructorDescriptionResolutionUnsuccessfulException(Question question, DnsMessage.RESPONSE_CODE responseCode)  - 
Uses of Question in org.minidns.iterative
Fields in org.minidns.iterative declared as QuestionMethods in org.minidns.iterative with parameters of type QuestionModifier and TypeMethodDescriptionprotected booleanIterativeDnsClient.isResponseCacheable(Question q, DnsQueryResult result) protected booleanReliableDnsClient.isResponseCacheable(Question q, DnsQueryResult result) Constructors in org.minidns.iterative with parameters of type Question - 
Uses of Question in org.minidns.record
Methods in org.minidns.record that return QuestionModifier and TypeMethodDescriptionRecord.getQuestion()Get the question asking for this resource record.Methods in org.minidns.record with parameters of type Question