Uses of Class
javax.jmdns.impl.DNSIncoming
Packages that use DNSIncoming
-
Uses of DNSIncoming in javax.jmdns.impl
Methods in javax.jmdns.impl that return DNSIncomingMethods in javax.jmdns.impl with parameters of type DNSIncomingModifier and TypeMethodDescriptionvoidDNSOutgoing.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.JmDNSImpl.addAnswer(DNSIncoming in, InetAddress addr, int port, DNSOutgoing out, DNSRecord rec) Add an answer to a question.voidJmDNSImpl.respondToQuery(DNSIncoming in) voidJmDNSImpl.setPlannedAnswer(DNSIncoming plannedAnswer) voidDNSTaskStarter.DNSTaskStarterImpl.startResponder(DNSIncoming in, InetAddress addr, int port) voidDNSTaskStarter.startResponder(DNSIncoming in, InetAddress addr, int port) Start a new responder taskvoidJmDNSImpl.startResponder(DNSIncoming in, InetAddress addr, int port) -
Uses of DNSIncoming in javax.jmdns.impl.tasks
Methods in javax.jmdns.impl.tasks with parameters of type DNSIncomingModifier 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.Constructors in javax.jmdns.impl.tasks with parameters of type DNSIncomingModifierConstructorDescriptionResponder(JmDNSImpl jmDNSImpl, DNSIncoming in, InetAddress addr, int port)