Uses of Class
org.minidns.record.Record
Packages that use Record
-
Uses of Record in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage with type parameters of type RecordModifier and TypeFieldDescriptionDnsMessage.additionalSection
The additional section.DnsMessage.answerSection
The answers section records.DnsMessage.authoritySection
The 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.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 givenData
class.Record.ifPossibleAs
(Class<E> dataClass) Return the record if possible as record with the givenData
class.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