javax.jmdns.impl.tasks

Class TypeResolver


public class TypeResolver
extends TimerTask

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.

Constructor Summary

TypeResolver(JmDNSImpl jmDNSImpl)

Method Summary

void
run()
void
start(Timer timer)

Constructor Details

TypeResolver

public TypeResolver(JmDNSImpl jmDNSImpl)
Parameters:
jmDNSImpl -

Method Details

run

public void run()

start

public void start(Timer timer)