net.java.sip.communicator.impl.protocol.zeroconf.jmdns
Class JmDNS.Canceler
java.lang.Object
java.util.TimerTask
net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS.Canceler
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- JmDNS
public class JmDNS.Canceler
- extends TimerTask
The Canceler sends two announces with TTL=0 for the specified services.
|
Field Summary |
(package private) int |
count
Counts the number of announces being sent. |
(package private) int |
ttl
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
count
int count
- Counts the number of announces being sent.
ttl
int ttl
JmDNS.Canceler
public JmDNS.Canceler(ServiceInfo info,
Object lock)
JmDNS.Canceler
public JmDNS.Canceler(ServiceInfo[] infos,
Object lock)
JmDNS.Canceler
public JmDNS.Canceler(Collection<ServiceInfo> infos,
Object lock)
start
public void start()
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.