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 TypeMethodDescriptionvoid
DNSOutgoing.addAdditionalAnswer
(DNSIncoming in, DNSRecord rec) Add an additional answer to the record.void
DNSOutgoing.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.void
JmDNSImpl.respondToQuery
(DNSIncoming in) void
JmDNSImpl.setPlannedAnswer
(DNSIncoming plannedAnswer) void
DNSTaskStarter.DNSTaskStarterImpl.startResponder
(DNSIncoming in, InetAddress addr, int port) void
DNSTaskStarter.startResponder
(DNSIncoming in, InetAddress addr, int port) Start a new responder taskvoid
JmDNSImpl.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)