javax.jmdns.impl.tasks
public class Responder extends DNSTask
Constructor and Description |
---|
Responder(JmDNSImpl jmDNSImpl,
DNSIncoming in,
int port) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return this task name.
|
void |
run() |
void |
start(java.util.Timer timer)
Start this task.
|
java.lang.String |
toString() |
addAdditionalAnswer, addAnswer, addAnswer, addAuthoritativeAnswer, addQuestion, getDns
public Responder(JmDNSImpl jmDNSImpl, DNSIncoming in, int port)
public java.lang.String getName()
DNSTask
public void start(java.util.Timer timer)
DNSTask
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask