Uses of Interface
javax.jmdns.impl.DNSTaskStarter.Factory.ClassDelegate
Packages that use DNSTaskStarter.Factory.ClassDelegate
-
Uses of DNSTaskStarter.Factory.ClassDelegate in javax.jmdns.impl
Fields in javax.jmdns.impl with type parameters of type DNSTaskStarter.Factory.ClassDelegateModifier and TypeFieldDescriptionprivate static final AtomicReference
<DNSTaskStarter.Factory.ClassDelegate> DNSTaskStarter.Factory._databaseClassDelegate
Methods in javax.jmdns.impl that return DNSTaskStarter.Factory.ClassDelegateModifier and TypeMethodDescriptionDNSTaskStarter.Factory.classDelegate()
Returns DNSTaskStarter's class delegate.Methods in javax.jmdns.impl with parameters of type DNSTaskStarter.Factory.ClassDelegateModifier and TypeMethodDescriptionstatic void
DNSTaskStarter.Factory.setClassDelegate
(DNSTaskStarter.Factory.ClassDelegate delegate) Assignsdelegate
as DNSTaskStarter's class delegate.