|
JmDNS 3.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DNSTaskStarter
This class is used by JmDNS to start the various task required to run the DNS discovery. This interface is only there in order to support MANET modifications.
Note: This is not considered as part of the general public API of JmDNS.
Nested Class Summary | |
---|---|
static class |
DNSTaskStarter.DNSTaskStarterImpl
|
static class |
DNSTaskStarter.Factory
DNSTaskStarter.Factory enable the creation of new instance of DNSTaskStarter. |
Method Summary | |
---|---|
void |
cancelStateTimer()
Cancel the state task timer |
void |
cancelTimer()
Cancel the generals task timer |
void |
purgeStateTimer()
Purge the state task timer |
void |
purgeTimer()
Purge the general task timer |
void |
startAnnouncer()
Start a new announcer task |
void |
startCanceler()
Start a new canceler task |
void |
startProber()
Start a new prober task |
void |
startReaper()
Start a new reaper task. |
void |
startRenewer()
Start a new renewer task |
void |
startResponder(DNSIncoming in,
int port)
Start a new responder task |
void |
startServiceInfoResolver(ServiceInfoImpl info)
Start a new service info resolver task |
void |
startServiceResolver(String type)
Start a new service resolver task |
void |
startTypeResolver()
Start a new service type resolver task |
Method Detail |
---|
void purgeTimer()
void purgeStateTimer()
void cancelTimer()
void cancelStateTimer()
void startProber()
void startAnnouncer()
void startRenewer()
void startCanceler()
void startReaper()
void startServiceInfoResolver(ServiceInfoImpl info)
info
- service info to resolvevoid startTypeResolver()
void startServiceResolver(String type)
type
- service type to resolvevoid startResponder(DNSIncoming in, int port)
in
- incoming messageport
- incoming port
|
Last updated 2011-08-25 12:40 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |