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 class
Address record.static class
static class
static class
static class
Pointer record.static class
Service record.static class
Fields in javax.jmdns.impl with type parameters of type DNSRecordModifier and TypeFieldDescriptionDNSMessage._additionals
DNSMessage._answers
DNSMessage._authoritativeAnswers
Methods 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.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 TypeMethodDescriptionvoid
DNSOutgoing.addAdditionalAnswer
(DNSIncoming in, DNSRecord rec) Add an additional answer to the record.void
DNSOutgoing.addAnswer
(DNSIncoming in, DNSRecord rec) Add an answer if it is not suppressed.void
Add an answer to the message.JmDNSImpl.addAnswer
(DNSIncoming in, InetAddress addr, int port, DNSOutgoing out, DNSRecord rec) Add an answer to a question.void
DNSOutgoing.addAuthorativeAnswer
(DNSRecord rec) Add an authoritative answer to the message.void
JmDNSImpl.updateRecord
(long now, DNSRecord rec, JmDNSImpl.Operation operation) Notify all listeners that a record was updated.Method parameters in javax.jmdns.impl with type arguments of type DNSRecordModifier and TypeMethodDescriptionvoid
DNSQuestion.addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) Adds answers to the list for our question.protected void
DNSQuestion.addAnswersForServiceInfo
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info) -
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.