| Package | Description |
|---|---|
| javax.jmdns.impl | |
| javax.jmdns.impl.tasks | |
| javax.jmdns.impl.tasks.resolver | |
| javax.jmdns.impl.tasks.state |
| Modifier and Type | Method | Description |
|---|---|---|
JmDNSImpl |
DNSStatefulObject.DefaultImplementation.getDns() |
Returns the DNS associated with this object.
|
JmDNSImpl |
DNSStatefulObject.getDns() |
Returns the DNS associated with this object.
|
JmDNSImpl |
HostInfo.getDns() |
Returns the DNS associated with this object.
|
JmDNSImpl |
JmDNSImpl.getDns() |
Returns the DNS associated with this object.
|
JmDNSImpl |
ServiceInfoImpl.getDns() |
Returns the DNS associated with this object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DNSQuestion.addAnswers(JmDNSImpl jmDNSImpl,
Set<DNSRecord> answers) |
Adds answers to the list for our question.
|
protected void |
DNSQuestion.addAnswersForServiceInfo(JmDNSImpl jmDNSImpl,
Set<DNSRecord> answers,
ServiceInfoImpl info) |
|
void |
DNSTaskStarter.Factory.disposeStarter(JmDNSImpl jmDNSImpl) |
Dispose of the DNSTaskStarter instance associated with this JmDNS.
|
ServiceEvent |
DNSRecord.Address.getServiceEvent(JmDNSImpl dns) |
|
abstract ServiceEvent |
DNSRecord.getServiceEvent(JmDNSImpl dns) |
Creates and return a service event for this record.
|
ServiceEvent |
DNSRecord.HostInformation.getServiceEvent(JmDNSImpl dns) |
|
ServiceEvent |
DNSRecord.Pointer.getServiceEvent(JmDNSImpl dns) |
|
ServiceEvent |
DNSRecord.Service.getServiceEvent(JmDNSImpl dns) |
|
ServiceEvent |
DNSRecord.Text.getServiceEvent(JmDNSImpl dns) |
|
DNSTaskStarter |
DNSTaskStarter.Factory.getStarter(JmDNSImpl jmDNSImpl) |
Return the instance of the DNSTaskStarter for the JmDNS.
|
boolean |
DNSQuestion.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) |
Checks if we are the only to be able to answer that question.
|
DNSTaskStarter |
DNSTaskStarter.Factory.ClassDelegate.newDNSTaskStarter(JmDNSImpl jmDNSImpl) |
Allows the delegate the opportunity to construct and return a different DNSTaskStarter.
|
protected static DNSTaskStarter |
DNSTaskStarter.Factory.newDNSTaskStarter(JmDNSImpl jmDNSImpl) |
Returns a new instance of DNSTaskStarter using the class delegate if it exists.
|
static HostInfo |
HostInfo.newHostInfo(InetAddress address,
JmDNSImpl dns,
String jmdnsName) |
|
protected void |
DNSStatefulObject.DefaultImplementation.setDns(JmDNSImpl dns) |
|
void |
ServiceInfoImpl.setDns(JmDNSImpl dns) |
| Constructor | Description |
|---|---|
DNSTaskStarterImpl(JmDNSImpl jmDNSImpl) |
|
ServiceEventImpl(JmDNSImpl jmDNS,
String type,
String name,
ServiceInfo info) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
JmDNSImpl |
DNSTask.getDns() |
Return the DNS associated with this task.
|
| Constructor | Description |
|---|---|
DNSTask(JmDNSImpl jmDNSImpl) |
|
RecordReaper(JmDNSImpl jmDNSImpl) |
|
Responder(JmDNSImpl jmDNSImpl,
DNSIncoming in,
InetAddress addr,
int port) |
| Constructor | Description |
|---|---|
DNSResolverTask(JmDNSImpl jmDNSImpl) |
|
ServiceInfoResolver(JmDNSImpl jmDNSImpl,
ServiceInfoImpl info) |
|
ServiceResolver(JmDNSImpl jmDNSImpl,
String type) |
|
TypeResolver(JmDNSImpl jmDNSImpl) |
| Constructor | Description |
|---|---|
Announcer(JmDNSImpl jmDNSImpl) |
|
Canceler(JmDNSImpl jmDNSImpl) |
|
DNSStateTask(JmDNSImpl jmDNSImpl,
int ttl) |
|
Prober(JmDNSImpl jmDNSImpl) |
|
Renewer(JmDNSImpl jmDNSImpl) |
Copyright © 2002–2018 JmDNS. All rights reserved.