Package javax.jmdns.impl.tasks
Class Responder
- java.lang.Object
-
- java.util.TimerTask
-
- javax.jmdns.impl.tasks.DNSTask
-
- javax.jmdns.impl.tasks.Responder
-
-
Constructor Summary
Constructors Constructor Description Responder(JmDNSImpl jmDNSImpl, DNSIncoming in, InetAddress addr, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Return this task name.voidrun()voidstart(Timer timer)Start this task.StringtoString()-
Methods inherited from class javax.jmdns.impl.tasks.DNSTask
addAdditionalAnswer, addAnswer, addAnswer, addAuthoritativeAnswer, addQuestion, getDns
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Constructor Detail
-
Responder
public Responder(JmDNSImpl jmDNSImpl, DNSIncoming in, InetAddress addr, int port)
-
-