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 classDNSTaskStarter.DNSTaskStarterImplclassJmDNSImplmDNS 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. _instancesMethods in javax.jmdns.impl that return DNSTaskStarter Modifier and Type Method Description DNSTaskStarterDNSTaskStarter.Factory. getStarter(JmDNSImpl jmDNSImpl)Return the instance of the DNSTaskStarter for the JmDNS.DNSTaskStarterDNSTaskStarter.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.
-