javax.jmdns.impl.tasks
Class Responder

java.lang.Object
  extended by java.util.TimerTask
      extended by javax.jmdns.impl.tasks.DNSTask
          extended by javax.jmdns.impl.tasks.Responder
All Implemented Interfaces:
java.lang.Runnable

public class Responder
extends DNSTask

The Responder sends a single answer for the specified service infos and for the host name.


Field Summary
 
Fields inherited from class javax.jmdns.impl.tasks.DNSTask
_jmDNSImpl
 
Constructor Summary
Responder(JmDNSImpl jmDNSImpl, DNSIncoming in, java.net.InetAddress addr, int port)
           
 
Method Summary
 void run()
           
 void start()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Responder

public Responder(JmDNSImpl jmDNSImpl,
                 DNSIncoming in,
                 java.net.InetAddress addr,
                 int port)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask