Uses of Class
javax.jmdns.impl.JmDNSImpl
Packages that use JmDNSImpl
Package
Description
-
Uses of JmDNSImpl in javax.jmdns.impl
Fields in javax.jmdns.impl declared as JmDNSImplModifier and TypeFieldDescriptionprivate JmDNSImpl
DNSStatefulObject.DefaultImplementation._dns
private final JmDNSImpl
DNSTaskStarter.DNSTaskStarterImpl._jmDNSImpl
private final JmDNSImpl
SocketListener._jmDNSImpl
Fields in javax.jmdns.impl with type parameters of type JmDNSImplModifier and TypeFieldDescriptionprivate final ConcurrentMap
<JmDNSImpl, DNSTaskStarter> DNSTaskStarter.Factory._instances
Methods in javax.jmdns.impl that return JmDNSImplModifier and TypeMethodDescriptionDNSStatefulObject.DefaultImplementation.getDns()
Returns the DNS associated with this object.DNSStatefulObject.getDns()
Returns the DNS associated with this object.HostInfo.getDns()
Returns the DNS associated with this object.JmDNSImpl.getDns()
Returns the DNS associated with this object.ServiceInfoImpl.getDns()
Returns the DNS associated with this object.SocketListener.getDns()
Methods in javax.jmdns.impl with parameters of type JmDNSImplModifier and TypeMethodDescription(package private) abstract DNSOutgoing
DNSRecord.addAnswer
(JmDNSImpl dns, DNSIncoming in, 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, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoing
DNSRecord.HostInformation.addAnswer
(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoing
DNSRecord.Pointer.addAnswer
(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoing
DNSRecord.Service.addAnswer
(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoing
DNSRecord.Text.addAnswer
(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) void
DNSQuestion.addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) Adds answers to the list for our question.void
DNSQuestion.AllRecords.addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) void
DNSQuestion.DNS4Address.addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) void
DNSQuestion.DNS6Address.addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) void
DNSQuestion.Pointer.addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) void
DNSQuestion.Service.addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) void
DNSQuestion.Text.addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) 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.DNSRecord.Address.getServiceEvent
(JmDNSImpl dns) abstract ServiceEvent
DNSRecord.getServiceEvent
(JmDNSImpl dns) Creates and return a service event for this record.DNSRecord.HostInformation.getServiceEvent
(JmDNSImpl dns) DNSRecord.Pointer.getServiceEvent
(JmDNSImpl dns) DNSRecord.Service.getServiceEvent
(JmDNSImpl dns) DNSRecord.Text.getServiceEvent
(JmDNSImpl dns) 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.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
void
void
Constructors in javax.jmdns.impl with parameters of type JmDNSImplModifierConstructorDescriptionDNSTaskStarterImpl
(JmDNSImpl jmDNSImpl) private
HostInfo
(InetAddress address, String name, JmDNSImpl dns) HostInfoState
(JmDNSImpl dns) ServiceEventImpl
(JmDNSImpl jmDNS, String type, String name, ServiceInfo info) Creates a new instance.(package private)
SocketListener
(JmDNSImpl jmDNSImpl) -
Uses of JmDNSImpl in javax.jmdns.impl.tasks
Fields in javax.jmdns.impl.tasks declared as JmDNSImplMethods in javax.jmdns.impl.tasks that return JmDNSImplConstructors in javax.jmdns.impl.tasks with parameters of type JmDNSImplModifierConstructorDescriptionprotected
RecordReaper
(JmDNSImpl jmDNSImpl) Responder
(JmDNSImpl jmDNSImpl, DNSIncoming in, InetAddress addr, int port) -
Uses of JmDNSImpl in javax.jmdns.impl.tasks.resolver
Constructors in javax.jmdns.impl.tasks.resolver with parameters of type JmDNSImplModifierConstructorDescriptionDNSResolverTask
(JmDNSImpl jmDNSImpl) ServiceInfoResolver
(JmDNSImpl jmDNSImpl, ServiceInfoImpl info) ServiceResolver
(JmDNSImpl jmDNSImpl, String type) TypeResolver
(JmDNSImpl jmDNSImpl) -
Uses of JmDNSImpl in javax.jmdns.impl.tasks.state
Constructors in javax.jmdns.impl.tasks.state with parameters of type JmDNSImpl