Uses of Class
javax.jmdns.impl.JmDNSImpl
Packages that use JmDNSImpl
Package
Description
-
Uses of JmDNSImpl in javax.jmdns.impl
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.Methods in javax.jmdns.impl with parameters of type JmDNSImplModifier and TypeMethodDescriptionvoidDNSQuestion.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) Adds answers to the list for our question.protected voidDNSQuestion.addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info) voidDNSTaskStarter.Factory.disposeStarter(JmDNSImpl jmDNSImpl) Dispose of the DNSTaskStarter instance associated with this JmDNS.DNSRecord.Address.getServiceEvent(JmDNSImpl dns) abstract ServiceEventDNSRecord.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.booleanDNSQuestion.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) Checks if we are the only to be able to answer that question.DNSTaskStarter.Factory.ClassDelegate.newDNSTaskStarter(JmDNSImpl jmDNSImpl) Allows the delegate the opportunity to construct and return a different DNSTaskStarter.protected static DNSTaskStarterDNSTaskStarter.Factory.newDNSTaskStarter(JmDNSImpl jmDNSImpl) Returns a new instance of DNSTaskStarter using the class delegate if it exists.static HostInfoHostInfo.newHostInfo(InetAddress address, JmDNSImpl dns, String jmdnsName) protected voidvoidConstructors in javax.jmdns.impl with parameters of type JmDNSImplModifierConstructorDescriptionDNSTaskStarterImpl(JmDNSImpl jmDNSImpl) ServiceEventImpl(JmDNSImpl jmDNS, String type, String name, ServiceInfo info) Creates a new instance. -
Uses of JmDNSImpl in javax.jmdns.impl.tasks
Methods in javax.jmdns.impl.tasks that return JmDNSImplConstructors in javax.jmdns.impl.tasks with parameters of type JmDNSImplModifierConstructorDescriptionprotectedRecordReaper(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