Uses of Class
org.minidns.record.Data
Packages that use Data
-
Uses of Data in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage with type parameters of type DataModifier and TypeFieldDescriptionDnsMessage.additionalSectionThe additional section.DnsMessage.answerSectionThe answers section records.DnsMessage.authoritySectionThe Authority Section.Methods in org.minidns.dnsmessage with type parameters of type DataModifier and TypeMethodDescriptionDnsMessage.filterAdditionalSectionBy(Class<D> type) DnsMessage.filterAnswerSectionBy(Class<D> type) DnsMessage.filterAuthoritySectionBy(Class<D> type) DnsMessage.getAnswersFor(Question q) DnsMessage.getFirstOfTypeFromAdditionalSection(Class<D> type) DnsMessage.getFirstOfTypeFromAnswerSection(Class<D> type) DnsMessage.getFirstOfTypeFromAuthoritySection(Class<D> type) Methods in org.minidns.dnsmessage that return types with arguments of type DataModifier 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.Builder.getAdditionalResourceRecords()DnsMessage.Builder.getAnswers()Method parameters in org.minidns.dnsmessage with type arguments of type DataModifier and TypeMethodDescriptionDnsMessage.Builder.addAdditionalResourceRecord(Record<? extends Data> record) DnsMessage.Builder.addAdditionalResourceRecords(List<Record<? extends Data>> records) DnsMessage.Builder.addAnswers(Collection<Record<? extends Data>> records) DnsMessage.Builder.addNameserverRecords(Record<? extends Data> record) 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 Data in org.minidns.edns
Method parameters in org.minidns.edns with type arguments of type Data -
Uses of Data in org.minidns.record
Classes in org.minidns.record with type parameters of type DataSubclasses of Data in org.minidns.recordModifier and TypeClassDescriptionclassA record payload (ip pointer).classAAAA payload (an ipv6 pointer).classCNAME payload (pointer to another domain / address).classDS (Delegation Signer) record payload.classDLV record payload.classA DNAME resource record.classDNSKEY record payload.classDS (Delegation Signer) record payload.classInternetAddressRR<IA extends InetAddress>A resource record representing a internet address.classMX record payload (mail service pointer).classNameserver record.classNSEC record payload.classNSEC3 record payload.classNSEC3PARAM record payload.classclassOPT payload (see RFC 2671 for details).classA PTR record is handled like a CNAME.classRRSIG record payload.classA resource record pointing to a target.classSOA (start of authority) record payload.classSRV record payload (service pointer).classclassA TXT record.final classFields in org.minidns.record declared as DataMethods in org.minidns.record with type parameters of type DataModifier and TypeMethodDescriptionReturn the record as record with the givenDataclass.Record.filter(Class<E> dataClass, Collection<Record<? extends Data>> input) static <E extends Data>
voidRecord.filter(Collection<Record<E>> result, Class<E> dataClass, Collection<Record<? extends Data>> input) Record.TYPE.getDataClass()Get theDataclass for this type.static <D extends Data>
Record.TYPERetrieve the type for a givenDataclass.Record.ifPossibleAs(Class<E> dataClass) Return the record if possible as record with the givenDataclass.Methods in org.minidns.record that return types with arguments of type DataModifier and TypeMethodDescriptionRecord.parse(DataInputStream dis, byte[] data) Parse a given record based on the full message data and the current stream position.Method parameters in org.minidns.record with type arguments of type Data