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 DNSIncomingDNSIncoming. clone()DNSIncomingJmDNSImpl. getPlannedAnswer()Methods in javax.jmdns.impl with parameters of type DNSIncoming Modifier and Type Method Description voidDNSOutgoing. 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.DNSOutgoingJmDNSImpl. 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 DNSIncoming Modifier and Type Method Description DNSOutgoingDNSTask. addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)Add an additional answer to the record.DNSOutgoingDNSTask. 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, InetAddress addr, int port)
-