Uses of Class
org.minidns.record.Record
Packages that use Record
Package
Description
- 
Uses of Record in org.minidns
Fields in org.minidns with type parameters of type RecordMethods in org.minidns with parameters of type RecordModifier and TypeMethodDescriptionbooleanRrSet.Builder.addIfPossible(Record<? extends Data> record) booleanRrSet.Builder.couldContain(Record<? extends Data> record)  - 
Uses of Record in org.minidns.cache
Methods in org.minidns.cache with parameters of type RecordModifier 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 Record in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage with type parameters of type RecordModifier and TypeFieldDescriptionDnsMessage.additionalSectionThe additional section.DnsMessage.answerSectionThe answers section records.DnsMessage.authoritySectionThe Authority Section.Methods in org.minidns.dnsmessage that return RecordModifier and TypeMethodDescriptionDnsMessage.getFirstOfTypeFromAdditionalSection(Class<D> type) DnsMessage.getFirstOfTypeFromAnswerSection(Class<D> type) DnsMessage.getFirstOfTypeFromAuthoritySection(Class<D> type) DnsMessage.getOptPseudoRecord()Methods in org.minidns.dnsmessage that return types with arguments of type RecordModifier and TypeMethodDescriptionDnsMessage.copyAnswers()Copy the records found in the answer section into a new list.DnsMessage.copyAuthority()Copy the records found in the authority section into a new list.DnsMessage.filterAdditionalSectionBy(Class<D> type) DnsMessage.filterAnswerSectionBy(Class<D> type) DnsMessage.filterAuthoritySectionBy(Class<D> type) DnsMessage.Builder.getAdditionalResourceRecords()DnsMessage.Builder.getAnswers()Methods in org.minidns.dnsmessage with parameters of type RecordModifier and TypeMethodDescriptionDnsMessage.Builder.addAdditionalResourceRecord(Record<? extends Data> record) DnsMessage.Builder.addNameserverRecords(Record<? extends Data> record) Method parameters in org.minidns.dnsmessage with type arguments of type RecordModifier and TypeMethodDescriptionDnsMessage.Builder.addAdditionalResourceRecords(List<Record<? extends Data>> records) DnsMessage.Builder.addAnswers(Collection<Record<? extends Data>> records) DnsMessage.Builder.setAdditionalResourceRecords(Collection<Record<? extends Data>> records) DnsMessage.Builder.setAnswers(Collection<Record<? extends Data>> records) DnsMessage.Builder.setNameserverRecords(Collection<Record<? extends Data>> records)  - 
Uses of Record in org.minidns.dnssec
Methods in org.minidns.dnssec that return RecordModifier and TypeMethodDescriptionDnssecValidationFailedException.DigestComparisonFailedException.getRecord()Methods in org.minidns.dnssec that return types with arguments of type RecordMethods in org.minidns.dnssec with parameters of type RecordModifier and TypeMethodDescriptionDnssecValidationFailedException.DigestComparisonFailedException.from(Record<? extends Data> record, DelegatingDnssecRR ds, byte[] digest) Constructors in org.minidns.dnssec with parameters of type RecordModifierConstructorDescriptionAlgorithmExceptionThrownReason(DnssecConstants.DigestAlgorithm algorithm, String kind, Record<? extends Data> record, Exception reason) AlgorithmNotSupportedReason(byte algorithm, Record.TYPE type, Record<? extends Data> record) ConflictsWithSep(Record<DNSKEY> record) DnssecValidationFailedException(Record<? extends Data> record, String reason) NSECDoesNotMatchReason(Question question, Record<? extends Data> record) Constructor parameters in org.minidns.dnssec with type arguments of type RecordModifierConstructorDescriptionDnssecValidationFailedException(List<Record<? extends Data>> records, String reason)  - 
Uses of Record in org.minidns.edns
Methods in org.minidns.edns that return RecordMethods in org.minidns.edns with parameters of type RecordConstructors in org.minidns.edns with parameters of type Record - 
Uses of Record in org.minidns.record
Methods in org.minidns.record that return RecordModifier and TypeMethodDescriptionReturn the record as record with the givenDataclass.Record.ifPossibleAs(Class<E> dataClass) Return the record if possible as record with the givenDataclass.Record.parse(DataInputStream dis, byte[] data) Parse a given record based on the full message data and the current stream position.Methods in org.minidns.record that return types with arguments of type RecordModifier and TypeMethodDescriptionRecord.filter(Class<E> dataClass, Collection<Record<? extends Data>> input) Method parameters in org.minidns.record with type arguments of type Record