Uses of Class
javax.jmdns.impl.DNSRecord
-
Packages that use DNSRecord Package Description javax.jmdns.impl javax.jmdns.impl.tasks -
-
Uses of DNSRecord in javax.jmdns.impl
Subclasses of DNSRecord in javax.jmdns.impl Modifier and Type Class Description static classDNSRecord.AddressAddress record.static classDNSRecord.HostInformationstatic classDNSRecord.IPv4Addressstatic classDNSRecord.IPv6Addressstatic classDNSRecord.PointerPointer record.static classDNSRecord.ServiceService record.static classDNSRecord.TextFields in javax.jmdns.impl with type parameters of type DNSRecord Modifier and Type Field Description protected List<DNSRecord>DNSMessage. _additionalsprotected List<DNSRecord>DNSMessage. _answersprotected List<DNSRecord>DNSMessage. _authoritativeAnswersMethods in javax.jmdns.impl that return types with arguments of type DNSRecord Modifier and Type Method Description Collection<DNSRecord>HostInfo. answers(DNSRecordClass recordClass, boolean unique, int ttl)Collection<DNSRecord>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()List<DNSRecord>DNSMessage. getAllAnswers()Collection<? extends DNSRecord>DNSMessage. getAnswers()Collection<? extends DNSRecord>DNSMessage. getAuthorities()Methods in javax.jmdns.impl with parameters of type DNSRecord Modifier and Type Method Description voidDNSOutgoing. 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.voidDNSOutgoing. addAnswer(DNSRecord rec, long now)Add an answer to the message.DNSOutgoingJmDNSImpl. 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.voidJmDNSImpl. 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 DNSRecord Modifier and Type Method Description voidDNSQuestion. addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers)Adds answers to the list for our question.protected voidDNSQuestion. 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 DNSRecord Modifier and Type Method Description DNSOutgoingDNSTask. addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)Add an additional answer to the record.DNSOutgoingDNSTask. addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)Add an answer if it is not suppressed.DNSOutgoingDNSTask. addAnswer(DNSOutgoing out, DNSRecord rec, long now)Add an answer to the message.DNSOutgoingDNSTask. addAuthoritativeAnswer(DNSOutgoing out, DNSRecord rec)Add an authoritative answer to the message.
-