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.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.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