(package private) abstract DNSOutgoing |
DNSRecord.addAnswer(JmDNSImpl dns,
DNSIncoming in,
java.net.InetAddress addr,
int port,
DNSOutgoing out) |
Adds this as an answer to the provided outgoing datagram.
|
(package private) DNSOutgoing |
DNSRecord.Address.addAnswer(JmDNSImpl dns,
DNSIncoming in,
java.net.InetAddress addr,
int port,
DNSOutgoing out) |
|
(package private) DNSOutgoing |
DNSRecord.HostInformation.addAnswer(JmDNSImpl dns,
DNSIncoming in,
java.net.InetAddress addr,
int port,
DNSOutgoing out) |
|
(package private) DNSOutgoing |
DNSRecord.Pointer.addAnswer(JmDNSImpl dns,
DNSIncoming in,
java.net.InetAddress addr,
int port,
DNSOutgoing out) |
|
(package private) DNSOutgoing |
DNSRecord.Service.addAnswer(JmDNSImpl dns,
DNSIncoming in,
java.net.InetAddress addr,
int port,
DNSOutgoing out) |
|
(package private) DNSOutgoing |
DNSRecord.Text.addAnswer(JmDNSImpl dns,
DNSIncoming in,
java.net.InetAddress addr,
int port,
DNSOutgoing out) |
|
void |
DNSQuestion.addAnswers(JmDNSImpl jmDNSImpl,
java.util.Set<DNSRecord> answers) |
Adds answers to the list for our question.
|
void |
DNSQuestion.AllRecords.addAnswers(JmDNSImpl jmDNSImpl,
java.util.Set<DNSRecord> answers) |
|
void |
DNSQuestion.DNS4Address.addAnswers(JmDNSImpl jmDNSImpl,
java.util.Set<DNSRecord> answers) |
|
void |
DNSQuestion.DNS6Address.addAnswers(JmDNSImpl jmDNSImpl,
java.util.Set<DNSRecord> answers) |
|
void |
DNSQuestion.Pointer.addAnswers(JmDNSImpl jmDNSImpl,
java.util.Set<DNSRecord> answers) |
|
void |
DNSQuestion.Service.addAnswers(JmDNSImpl jmDNSImpl,
java.util.Set<DNSRecord> answers) |
|
void |
DNSQuestion.Text.addAnswers(JmDNSImpl jmDNSImpl,
java.util.Set<DNSRecord> answers) |
|
protected void |
DNSQuestion.addAnswersForServiceInfo(JmDNSImpl jmDNSImpl,
java.util.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.
|
(package private) boolean |
DNSRecord.Address.handleQuery(JmDNSImpl dns,
long expirationTime) |
Does the necessary actions, when this as a query.
|
(package private) abstract boolean |
DNSRecord.handleQuery(JmDNSImpl dns,
long expirationTime) |
Handles a query represented by this record.
|
(package private) boolean |
DNSRecord.HostInformation.handleQuery(JmDNSImpl dns,
long expirationTime) |
|
(package private) boolean |
DNSRecord.Pointer.handleQuery(JmDNSImpl dns,
long expirationTime) |
|
(package private) boolean |
DNSRecord.Service.handleQuery(JmDNSImpl dns,
long expirationTime) |
|
(package private) boolean |
DNSRecord.Text.handleQuery(JmDNSImpl dns,
long expirationTime) |
|
(package private) boolean |
DNSRecord.Address.handleResponse(JmDNSImpl dns) |
Does the necessary actions, when this as a response.
|
(package private) abstract boolean |
DNSRecord.handleResponse(JmDNSImpl dns) |
Handles a response represented by this record.
|
(package private) boolean |
DNSRecord.HostInformation.handleResponse(JmDNSImpl dns) |
|
(package private) boolean |
DNSRecord.Pointer.handleResponse(JmDNSImpl dns) |
|
(package private) boolean |
DNSRecord.Service.handleResponse(JmDNSImpl dns) |
|
(package private) boolean |
DNSRecord.Text.handleResponse(JmDNSImpl dns) |
|
boolean |
DNSQuestion.AllRecords.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) |
|
boolean |
DNSQuestion.DNS4Address.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) |
|
boolean |
DNSQuestion.DNS6Address.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) |
|
boolean |
DNSQuestion.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) |
Checks if we are the only to be able to answer that question.
|
boolean |
DNSQuestion.Service.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) |
|
boolean |
DNSQuestion.Text.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) |
|
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(java.net.InetAddress address,
JmDNSImpl dns,
java.lang.String jmdnsName) |
|
protected void |
DNSStatefulObject.DefaultImplementation.setDns(JmDNSImpl dns) |
|
void |
ServiceInfoImpl.ServiceInfoState.setDns(JmDNSImpl dns) |
|
void |
ServiceInfoImpl.setDns(JmDNSImpl dns) |
|