Uses of Class
javax.jmdns.impl.DNSIncoming
-
Packages that use DNSIncoming Package Description javax.jmdns.impl javax.jmdns.impl.tasks -
-
Uses of DNSIncoming in javax.jmdns.impl
Methods in javax.jmdns.impl that return DNSIncoming Modifier and Type Method Description DNSIncoming
DNSIncoming. clone()
DNSIncoming
JmDNSImpl. getPlannedAnswer()
Methods in javax.jmdns.impl with parameters of type DNSIncoming Modifier and Type Method Description void
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.DNSOutgoing
JmDNSImpl. addAnswer(DNSIncoming in, java.net.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, java.net.InetAddress addr, int port)
void
DNSTaskStarter. startResponder(DNSIncoming in, java.net.InetAddress addr, int port)
Start a new responder taskvoid
JmDNSImpl. startResponder(DNSIncoming in, java.net.InetAddress addr, int port)
-
Uses of DNSIncoming in javax.jmdns.impl.tasks
Methods in javax.jmdns.impl.tasks with parameters of type DNSIncoming Modifier and Type Method Description DNSOutgoing
DNSTask. addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)
Add an additional answer to the record.DNSOutgoing
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 DNSIncoming Constructor Description Responder(JmDNSImpl jmDNSImpl, DNSIncoming in, java.net.InetAddress addr, int port)
-