public interface DNSTaskStarter
Note: This is not considered as part of the general public API of JmDNS.
Modifier and Type | Interface and Description |
---|---|
static class |
DNSTaskStarter.DNSTaskStarterImpl |
static class |
DNSTaskStarter.Factory
DNSTaskStarter.Factory enable the creation of new instance of DNSTaskStarter.
|
Modifier and Type | Method and Description |
---|---|
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
|
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 portCopyright © 2002–2015 JmDNS. All rights reserved.