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._databaseClassDelegateMethods 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 voidDNSTaskStarter.Factory.setClassDelegate(DNSTaskStarter.Factory.ClassDelegate delegate) Assignsdelegateas DNSTaskStarter's class delegate.