Uses of Class
javax.jmdns.impl.DNSQuestion
Packages that use DNSQuestion
-
Uses of DNSQuestion in javax.jmdns.impl
Fields in javax.jmdns.impl with type parameters of type DNSQuestionMethods in javax.jmdns.impl that return DNSQuestionModifier and TypeMethodDescriptionstatic 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 DNSQuestionMethods in javax.jmdns.impl with parameters of type DNSQuestionModifier and TypeMethodDescriptionvoidJmDNSImpl.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 DNSQuestionModifier and TypeMethodDescriptionDNSTask.addQuestion(DNSOutgoing out, DNSQuestion rec) Add a question to the message.