|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
javax.jmdns.impl.tasks.DNSTask
javax.jmdns.impl.tasks.TypeResolver
public class TypeResolver
Helper class to resolve service types.
The TypeResolver queries three times consecutively for service types, and then removes itself from the timer. The TypeResolver will run only if JmDNS is in state ANNOUNCED.
Field Summary |
---|
Fields inherited from class javax.jmdns.impl.tasks.DNSTask |
---|
_jmDNSImpl |
Constructor Summary | |
---|---|
TypeResolver(JmDNSImpl jmDNSImpl)
|
Method Summary | |
---|---|
void |
run()
|
void |
start(java.util.Timer timer)
|
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 |
---|
public TypeResolver(JmDNSImpl jmDNSImpl)
jmDNSImpl
- Method Detail |
---|
public void start(java.util.Timer timer)
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |