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 String
getName()
Return this task name.void
run()
void
start(Timer timer)
Start this task.String
toString()
-
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)
-
-