JmDNS 3.4.1
A B C D E F G H I J K L M N O P Q R S T U V W _

A

add(String) - Method in class javax.jmdns.impl.JmDNSImpl.ServiceTypeEntry
Adds the specified element to this set if it is not already present.
addAdditionalAnswer(DNSIncoming, DNSRecord) - Method in class javax.jmdns.impl.DNSOutgoing
Add an additional answer to the record.
addAdditionalAnswer(DNSOutgoing, DNSIncoming, DNSRecord) - Method in class javax.jmdns.impl.tasks.DNSTask
Add an additional answer to the record.
addAnswer(DNSIncoming, DNSRecord) - Method in class javax.jmdns.impl.DNSOutgoing
Add an answer if it is not suppressed.
addAnswer(DNSRecord, long) - Method in class javax.jmdns.impl.DNSOutgoing
Add an answer to the message.
addAnswer(DNSIncoming, InetAddress, int, DNSOutgoing, DNSRecord) - Method in class javax.jmdns.impl.JmDNSImpl
Add an answer to a question.
addAnswer(DNSOutgoing, DNSIncoming, DNSRecord) - Method in class javax.jmdns.impl.tasks.DNSTask
Add an answer if it is not suppressed.
addAnswer(DNSOutgoing, DNSRecord, long) - Method in class javax.jmdns.impl.tasks.DNSTask
Add an answer to the message.
addAnswers(JmDNSImpl, Set<DNSRecord>) - Method in class javax.jmdns.impl.DNSQuestion
Adds answers to the list for our question.
addAnswers(DNSOutgoing) - Method in class javax.jmdns.impl.tasks.resolver.DNSResolverTask
Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter.
addAnswers(DNSOutgoing) - Method in class javax.jmdns.impl.tasks.resolver.ServiceInfoResolver
 
addAnswers(DNSOutgoing) - Method in class javax.jmdns.impl.tasks.resolver.ServiceResolver
 
addAnswers(DNSOutgoing) - Method in class javax.jmdns.impl.tasks.resolver.TypeResolver
 
addAnswersForServiceInfo(JmDNSImpl, Set<DNSRecord>, ServiceInfoImpl) - Method in class javax.jmdns.impl.DNSQuestion
 
addAuthorativeAnswer(DNSRecord) - Method in class javax.jmdns.impl.DNSOutgoing
Add an authoritative answer to the message.
addAuthoritativeAnswer(DNSOutgoing, DNSRecord) - Method in class javax.jmdns.impl.tasks.DNSTask
Add an authoritative answer to the message.
addDNSEntry(DNSEntry) - Method in class javax.jmdns.impl.DNSCache
Adds an entry to the table.
addListener(DNSListener, DNSQuestion) - Method in class javax.jmdns.impl.JmDNSImpl
Add a listener for a question.
addNetworkTopologyListener(NetworkTopologyListener) - Method in class javax.jmdns.impl.JmmDNSImpl
 
addNetworkTopologyListener(NetworkTopologyListener) - Method in interface javax.jmdns.JmmDNS
Listen to network changes.
addQuestion(DNSQuestion) - Method in class javax.jmdns.impl.DNSOutgoing
Add a question to the message.
addQuestion(DNSOutgoing, DNSQuestion) - Method in class javax.jmdns.impl.tasks.DNSTask
Add a question to the message.
addQuestions(DNSOutgoing) - Method in class javax.jmdns.impl.tasks.resolver.DNSResolverTask
Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter.
addQuestions(DNSOutgoing) - Method in class javax.jmdns.impl.tasks.resolver.ServiceInfoResolver
 
addQuestions(DNSOutgoing) - Method in class javax.jmdns.impl.tasks.resolver.ServiceResolver
 
addQuestions(DNSOutgoing) - Method in class javax.jmdns.impl.tasks.resolver.TypeResolver
 
addServiceListener(String, ServiceListener) - Method in class javax.jmdns.impl.JmDNSImpl
Listen for services of a given type.
addServiceListener(String, ServiceListener) - Method in class javax.jmdns.impl.JmmDNSImpl
 
addServiceListener(String, ServiceListener) - Method in class javax.jmdns.JmDNS
Listen for services of a given type.
addServiceListener(String, ServiceListener) - Method in interface javax.jmdns.JmmDNS
Listen for services of a given type.
addServiceTypeListener(ServiceTypeListener) - Method in class javax.jmdns.impl.JmDNSImpl
Listen for service types.
addServiceTypeListener(ServiceTypeListener) - Method in class javax.jmdns.impl.JmmDNSImpl
 
addServiceTypeListener(ServiceTypeListener) - Method in class javax.jmdns.JmDNS
Listen for service types.
addServiceTypeListener(ServiceTypeListener) - Method in interface javax.jmdns.JmmDNS
Listen for service types.
advance() - Method in enum javax.jmdns.impl.constants.DNSState
Returns the next advanced state.
In general, this advances one step in the following sequence: PROBING_1, PROBING_2, PROBING_3, ANNOUNCING_1, ANNOUNCING_2, ANNOUNCED.
or CANCELING_1, CANCELING_2, CANCELING_3, CANCELED Does not advance for ANNOUNCED and CANCELED state.
advanceObjectsState(List<DNSStatefulObject>) - Method in class javax.jmdns.impl.tasks.state.DNSStateTask
 
advanceState(DNSTask) - Method in interface javax.jmdns.impl.DNSStatefulObject
Sets the state and notifies all objects that wait on the ServiceInfo.
advanceState(DNSTask) - Method in class javax.jmdns.impl.DNSStatefulObject.DefaultImplementation
Sets the state and notifies all objects that wait on the ServiceInfo.
advanceState(DNSTask) - Method in class javax.jmdns.impl.HostInfo
Sets the state and notifies all objects that wait on the ServiceInfo.
advanceState(DNSTask) - Method in class javax.jmdns.impl.JmDNSImpl
Sets the state and notifies all objects that wait on the ServiceInfo.
advanceState(DNSTask) - Method in class javax.jmdns.impl.ServiceInfoImpl
Sets the state and notifies all objects that wait on the ServiceInfo.
advanceTask() - Method in class javax.jmdns.impl.tasks.state.Announcer
 
advanceTask() - Method in class javax.jmdns.impl.tasks.state.Canceler
 
advanceTask() - Method in class javax.jmdns.impl.tasks.state.DNSStateTask
 
advanceTask() - Method in class javax.jmdns.impl.tasks.state.Prober
 
advanceTask() - Method in class javax.jmdns.impl.tasks.state.Renewer
 
allValues() - Method in class javax.jmdns.impl.DNSCache
Returns all entries in the cache
ANNOUNCE_WAIT_INTERVAL - Static variable in class javax.jmdns.impl.constants.DNSConstants
 
ANNOUNCED_RENEWAL_TTL_INTERVAL - Static variable in class javax.jmdns.impl.constants.DNSConstants
 
Announcer - Class in javax.jmdns.impl.tasks.state
The Announcer sends an accumulated query of all announces, and advances the state of all serviceInfos, for which it has sent an announce.
Announcer(JmDNSImpl) - Constructor for class javax.jmdns.impl.tasks.state.Announcer
 
answers(boolean, int) - Method in class javax.jmdns.impl.HostInfo
 
answers(boolean, int, HostInfo) - Method in class javax.jmdns.impl.ServiceInfoImpl
 
associate(DNSState) - Method in class javax.jmdns.impl.tasks.state.DNSStateTask
Associate the DNS host and the service infos with this task if not already associated and in the same state.
associateWithTask(DNSTask, DNSState) - Method in interface javax.jmdns.impl.DNSStatefulObject
Sets the task associated with this Object.
associateWithTask(DNSTask, DNSState) - Method in class javax.jmdns.impl.DNSStatefulObject.DefaultImplementation
Sets the task associated with this Object.
associateWithTask(DNSTask, DNSState) - Method in class javax.jmdns.impl.HostInfo
Sets the task associated with this Object.
associateWithTask(DNSTask, DNSState) - Method in class javax.jmdns.impl.JmDNSImpl
Sets the task associated with this Object.
associateWithTask(DNSTask, DNSState) - Method in class javax.jmdns.impl.ServiceInfoImpl
Sets the task associated with this Object.
ASYNCHONEOUS - Static variable in class javax.jmdns.impl.ListenerStatus
 
availableSpace() - Method in class javax.jmdns.impl.DNSOutgoing
Return the number of byte available in the message.

Last updated 2011-08-25 12:40
A B C D E F G H I J K L M N O P Q R S T U V W _
Copyright © 2002-2011 JmDNS. All Rights Reserved.