Uses of Class
javax.jmdns.impl.DNSQuestion
-
Packages that use DNSQuestion Package Description javax.jmdns.impl javax.jmdns.impl.tasks -
-
Uses of DNSQuestion in javax.jmdns.impl
Fields in javax.jmdns.impl with type parameters of type DNSQuestion Modifier and Type Field Description protected List<DNSQuestion>
DNSMessage. _questions
Methods in javax.jmdns.impl that return DNSQuestion Modifier and Type Method Description static DNSQuestion
DNSQuestion. newQuestion(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique)
Create a question.Methods in javax.jmdns.impl that return types with arguments of type DNSQuestion Modifier and Type Method Description Collection<? extends DNSQuestion>
DNSMessage. getQuestions()
Methods in javax.jmdns.impl with parameters of type DNSQuestion Modifier and Type Method Description void
JmDNSImpl. addListener(javax.jmdns.impl.DNSListener listener, DNSQuestion question)
Add a listener for a question.void
DNSOutgoing. addQuestion(DNSQuestion rec)
Add a question to the message. -
Uses of DNSQuestion in javax.jmdns.impl.tasks
Methods in javax.jmdns.impl.tasks with parameters of type DNSQuestion Modifier and Type Method Description DNSOutgoing
DNSTask. addQuestion(DNSOutgoing out, DNSQuestion rec)
Add a question to the message.
-