Uses of Interface
javax.jmdns.impl.DNSTaskStarter
Packages that use DNSTaskStarter
-
Uses of DNSTaskStarter in javax.jmdns.impl
Classes in javax.jmdns.impl that implement DNSTaskStarterModifier and TypeClassDescriptionstatic final class
class
mDNS implementation in Java.Fields in javax.jmdns.impl with type parameters of type DNSTaskStarterModifier and TypeFieldDescriptionprivate final ConcurrentMap
<JmDNSImpl, DNSTaskStarter> DNSTaskStarter.Factory._instances
Methods in javax.jmdns.impl that return DNSTaskStarterModifier and TypeMethodDescriptionDNSTaskStarter.Factory.getStarter
(JmDNSImpl jmDNSImpl) Return the instance of the DNSTaskStarter for the JmDNS.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.