Package | Description |
---|---|
javax.jmdns.impl | |
javax.jmdns.impl.tasks | |
javax.jmdns.impl.tasks.resolver | |
javax.jmdns.impl.tasks.state |
Modifier and Type | Method and Description |
---|---|
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.
|
JmDNSImpl |
DNSStatefulObject.getDns()
Returns the DNS associated with this object.
|
JmDNSImpl |
DNSStatefulObject.DefaultImplementation.getDns()
Returns the DNS associated with this object.
|
Modifier and Type | Method and 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) |
abstract ServiceEvent |
DNSRecord.getServiceEvent(JmDNSImpl dns)
Creates and return a service event for this record.
|
ServiceEvent |
DNSRecord.Address.getServiceEvent(JmDNSImpl dns) |
ServiceEvent |
DNSRecord.Pointer.getServiceEvent(JmDNSImpl dns) |
ServiceEvent |
DNSRecord.Text.getServiceEvent(JmDNSImpl dns) |
ServiceEvent |
DNSRecord.Service.getServiceEvent(JmDNSImpl dns) |
ServiceEvent |
DNSRecord.HostInformation.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.
|
protected static DNSTaskStarter |
DNSTaskStarter.Factory.newDNSTaskStarter(JmDNSImpl jmDNSImpl)
Returns a new instance of DNSTaskStarter using the class delegate if it exists.
|
DNSTaskStarter |
DNSTaskStarter.Factory.ClassDelegate.newDNSTaskStarter(JmDNSImpl jmDNSImpl)
Allows the delegate the opportunity to construct and return a different DNSTaskStarter.
|
static HostInfo |
HostInfo.newHostInfo(InetAddress address,
JmDNSImpl dns,
String jmdnsName) |
void |
ServiceInfoImpl.setDns(JmDNSImpl dns) |
protected void |
DNSStatefulObject.DefaultImplementation.setDns(JmDNSImpl dns) |
Constructor and Description |
---|
DNSTaskStarterImpl(JmDNSImpl jmDNSImpl) |
ServiceEventImpl(JmDNSImpl jmDNS,
String type,
String name,
ServiceInfo info)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
JmDNSImpl |
DNSTask.getDns()
Return the DNS associated with this task.
|
Constructor and Description |
---|
DNSTask(JmDNSImpl jmDNSImpl) |
RecordReaper(JmDNSImpl jmDNSImpl) |
Responder(JmDNSImpl jmDNSImpl,
DNSIncoming in,
int port) |
Constructor and Description |
---|
DNSResolverTask(JmDNSImpl jmDNSImpl) |
ServiceInfoResolver(JmDNSImpl jmDNSImpl,
ServiceInfoImpl info) |
ServiceResolver(JmDNSImpl jmDNSImpl,
String type) |
TypeResolver(JmDNSImpl jmDNSImpl) |
Constructor and Description |
---|
Announcer(JmDNSImpl jmDNSImpl) |
Canceler(JmDNSImpl jmDNSImpl) |
DNSStateTask(JmDNSImpl jmDNSImpl,
int ttl) |
Prober(JmDNSImpl jmDNSImpl) |
Renewer(JmDNSImpl jmDNSImpl) |
Copyright © 2002–2016 JmDNS. All rights reserved.