Uses of Class
javax.jmdns.impl.JmDNSImpl
-
Packages that use JmDNSImpl Package Description javax.jmdns.impl javax.jmdns.impl.tasks javax.jmdns.impl.tasks.resolver javax.jmdns.impl.tasks.state -
-
Uses of JmDNSImpl in javax.jmdns.impl
Methods in javax.jmdns.impl that return JmDNSImpl Modifier and Type Method Description JmDNSImpl
DNSStatefulObject.DefaultImplementation. getDns()
Returns the DNS associated with this object.JmDNSImpl
DNSStatefulObject. getDns()
Returns the DNS associated with this object.JmDNSImpl
HostInfo. getDns()
Returns the DNS associated with this object.JmDNSImpl
JmDNSImpl. getDns()
Returns the DNS associated with this object.JmDNSImpl
ServiceInfoImpl. getDns()
Returns the DNS associated with this object.Methods in javax.jmdns.impl with parameters of type JmDNSImpl Modifier and Type Method Description void
DNSQuestion. addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers)
Adds answers to the list for our question.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.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.boolean
DNSQuestion. iAmTheOnlyOne(JmDNSImpl jmDNSImpl)
Checks if we are the only to be able to answer that question.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(InetAddress address, JmDNSImpl dns, String jmdnsName)
protected void
DNSStatefulObject.DefaultImplementation. setDns(JmDNSImpl dns)
void
ServiceInfoImpl. setDns(JmDNSImpl dns)
Constructors in javax.jmdns.impl with parameters of type JmDNSImpl Constructor Description DNSTaskStarterImpl(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 JmDNSImpl Modifier and Type Method Description JmDNSImpl
DNSTask. getDns()
Return the DNS associated with this task.Constructors in javax.jmdns.impl.tasks with parameters of type JmDNSImpl Constructor Description DNSTask(JmDNSImpl jmDNSImpl)
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 JmDNSImpl Constructor Description DNSResolverTask(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 Constructor Description Announcer(JmDNSImpl jmDNSImpl)
Canceler(JmDNSImpl jmDNSImpl)
DNSStateTask(JmDNSImpl jmDNSImpl, int ttl)
Prober(JmDNSImpl jmDNSImpl)
Renewer(JmDNSImpl jmDNSImpl)
-