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. _questionsMethods in javax.jmdns.impl that return DNSQuestion Modifier and Type Method Description static DNSQuestionDNSQuestion. 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 voidJmDNSImpl. addListener(javax.jmdns.impl.DNSListener listener, DNSQuestion question)Add a listener for a question.voidDNSOutgoing. 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 DNSOutgoingDNSTask. addQuestion(DNSOutgoing out, DNSQuestion rec)Add a question to the message.
-