Uses of Interface
org.jivesoftware.smack.util.dns.SmackDaneProvider
-
Packages that use SmackDaneProvider Package Description org.jivesoftware.smack.util Utility classes.org.jivesoftware.smack.util.dns.minidns A MiniDNS resolver implementation for Smack. -
-
Uses of SmackDaneProvider in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return SmackDaneProvider Modifier and Type Method Description static SmackDaneProvider
DNSUtil. getDaneProvider()
Returns the currently active DANE provider used when DANE is enabled.Methods in org.jivesoftware.smack.util with parameters of type SmackDaneProvider Modifier and Type Method Description static void
DNSUtil. setDaneProvider(SmackDaneProvider daneProvider)
Set the DANE provider that should be used when DANE is enabled. -
Uses of SmackDaneProvider in org.jivesoftware.smack.util.dns.minidns
Classes in org.jivesoftware.smack.util.dns.minidns that implement SmackDaneProvider Modifier and Type Class Description class
MiniDnsDane
-