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 JmDNSImplDNSStatefulObject.DefaultImplementation._dnsprivate final JmDNSImplDNSTaskStarter.DNSTaskStarterImpl._jmDNSImplprivate final JmDNSImplSocketListener._jmDNSImplFields in javax.jmdns.impl with type parameters of type JmDNSImplModifier and TypeFieldDescriptionprivate final ConcurrentMap<JmDNSImpl, DNSTaskStarter> DNSTaskStarter.Factory._instancesMethods 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 DNSOutgoingDNSRecord.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) Adds this as an answer to the provided outgoing datagram.(package private) DNSOutgoingDNSRecord.Address.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoingDNSRecord.HostInformation.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoingDNSRecord.Pointer.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoingDNSRecord.Service.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoingDNSRecord.Text.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) voidDNSQuestion.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) Adds answers to the list for our question.voidDNSQuestion.AllRecords.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.DNS4Address.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.DNS6Address.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.Pointer.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.Service.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) voidDNSQuestion.Text.addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) 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.(package private) booleanDNSRecord.Address.handleQuery(JmDNSImpl dns, long expirationTime) Does the necessary actions, when this as a query.(package private) abstract booleanDNSRecord.handleQuery(JmDNSImpl dns, long expirationTime) Handles a query represented by this record.(package private) booleanDNSRecord.HostInformation.handleQuery(JmDNSImpl dns, long expirationTime) (package private) booleanDNSRecord.Pointer.handleQuery(JmDNSImpl dns, long expirationTime) (package private) booleanDNSRecord.Service.handleQuery(JmDNSImpl dns, long expirationTime) (package private) booleanDNSRecord.Text.handleQuery(JmDNSImpl dns, long expirationTime) (package private) booleanDNSRecord.Address.handleResponse(JmDNSImpl dns) Does the necessary actions, when this as a response.(package private) abstract booleanDNSRecord.handleResponse(JmDNSImpl dns) Handles a response represented by this record.(package private) booleanDNSRecord.HostInformation.handleResponse(JmDNSImpl dns) (package private) booleanDNSRecord.Pointer.handleResponse(JmDNSImpl dns) (package private) booleanDNSRecord.Service.handleResponse(JmDNSImpl dns) (package private) booleanDNSRecord.Text.handleResponse(JmDNSImpl dns) booleanDNSQuestion.AllRecords.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) booleanDNSQuestion.DNS4Address.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) booleanDNSQuestion.DNS6Address.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) booleanDNSQuestion.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) Checks if we are the only to be able to answer that question.booleanDNSQuestion.Service.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) booleanDNSQuestion.Text.iAmTheOnlyOne(JmDNSImpl jmDNSImpl) 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 voidvoidvoidConstructors in javax.jmdns.impl with parameters of type JmDNSImplModifierConstructorDescriptionDNSTaskStarterImpl(JmDNSImpl jmDNSImpl) privateHostInfo(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 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