Uses of Class
javax.jmdns.impl.DNSRecord
Packages that use DNSRecord
-
Uses of DNSRecord in javax.jmdns.impl
Subclasses of DNSRecord in javax.jmdns.implModifier and TypeClassDescriptionstatic classAddress record.static classstatic classstatic classstatic classPointer record.static classService record.static classFields in javax.jmdns.impl with type parameters of type DNSRecordModifier and TypeFieldDescriptionDNSMessage._additionalsDNSMessage._answersDNSMessage._authoritativeAnswersMethods in javax.jmdns.impl that return DNSRecordMethods in javax.jmdns.impl that return types with arguments of type DNSRecordModifier and TypeMethodDescriptionHostInfo.answers(DNSRecordClass recordClass, boolean unique, int ttl) ServiceInfoImpl.answers(DNSRecordClass recordClass, boolean unique, int ttl, HostInfo localHost) Create a series of answer that correspond with the give service info.JmDNSImpl.aRecordsLast(List<DNSRecord> allAnswers) In case the a record is received before the srv record the ip address would not be set.Collection<? extends DNSRecord> DNSMessage.getAdditionals()DNSMessage.getAllAnswers()Collection<? extends DNSRecord> DNSMessage.getAnswers()Collection<? extends DNSRecord> DNSMessage.getAuthorities()Methods in javax.jmdns.impl with parameters of type DNSRecordModifier and TypeMethodDescriptionvoidDNSOutgoing.addAdditionalAnswer(DNSIncoming in, DNSRecord rec) Add an additional answer to the record.voidDNSOutgoing.addAnswer(DNSIncoming in, DNSRecord rec) Add an answer if it is not suppressed.voidAdd an answer to the message.JmDNSImpl.addAnswer(DNSIncoming in, InetAddress addr, int port, DNSOutgoing out, DNSRecord rec) Add an answer to a question.voidDNSOutgoing.addAuthorativeAnswer(DNSRecord rec) Add an authoritative answer to the message.private booleanServiceInfoImpl.handleExpiredRecord(DNSRecord record) Handles expired records insofar that it removes their content from this service.(package private) voidJmDNSImpl.handleRecord(DNSRecord record, long now) private booleanServiceInfoImpl.handleUpdateRecord(DNSCache dnsCache, long now, DNSRecord record) Adds data ofDNSRecordto the internal service representation.private booleanJmDNSImpl.isOlderThanOneSecond(DNSRecord dnsRecord, long timeToCompare) (package private) voidReset the TTL of a record.(package private) boolean(package private) boolean(package private) booleanTrue if this record has the same type as some other record.(package private) boolean(package private) boolean(package private) boolean(package private) abstract booleanTrue if this record has the same value as some other record.(package private) boolean(package private) boolean(package private) booleanDNSRecord.suppressedBy(DNSRecord other) True if this record would be suppressed by an answer.voidJmDNSImpl.updateRecord(long now, DNSRecord rec, JmDNSImpl.Operation operation) Notify all listeners that a record was updated.(package private) voidDNSOutgoing.MessageOutputStream.writeRecord(DNSRecord rec, long now) Method parameters in javax.jmdns.impl with type arguments of type DNSRecordModifier and TypeMethodDescriptionvoidDNSQuestion.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) Adds answers to the list for our question.voidDNSQuestion.AllRecords.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.DNS4Address.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.DNS6Address.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.Pointer.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.Service.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.Text.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) protected voidDNSQuestion.addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info) JmDNSImpl.aRecordsLast(List<DNSRecord> allAnswers) In case the a record is received before the srv record the ip address would not be set. -
Uses of DNSRecord in javax.jmdns.impl.tasks
Methods in javax.jmdns.impl.tasks with parameters of type DNSRecordModifier and TypeMethodDescriptionDNSTask.addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) Add an additional answer to the record.DNSTask.addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) Add an answer if it is not suppressed.DNSTask.addAnswer(DNSOutgoing out, DNSRecord rec, long now) Add an answer to the message.DNSTask.addAuthoritativeAnswer(DNSOutgoing out, DNSRecord rec) Add an authoritative answer to the message.