Uses of Interface
javax.jmdns.impl.DNSTaskStarter
-
Packages that use DNSTaskStarter Package Description javax.jmdns.impl -
-
Uses of DNSTaskStarter in javax.jmdns.impl
Classes in javax.jmdns.impl that implement DNSTaskStarter Modifier and Type Class Description static class
DNSTaskStarter.DNSTaskStarterImpl
class
JmDNSImpl
mDNS implementation in Java.Fields in javax.jmdns.impl with type parameters of type DNSTaskStarter Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<JmDNSImpl,DNSTaskStarter>
DNSTaskStarter.Factory. _instances
Methods in javax.jmdns.impl that return DNSTaskStarter Modifier and Type Method Description DNSTaskStarter
DNSTaskStarter.Factory. getStarter(JmDNSImpl jmDNSImpl)
Return the instance of the DNSTaskStarter for the JmDNS.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.
-