Uses of Class
rocks.xmpp.dns.TxtRecord
-
Packages that use TxtRecord Package Description rocks.xmpp.dns Provides classes for minimalistic DNS resolution for SRV and TXT records. -
-
Uses of TxtRecord in rocks.xmpp.dns
Methods in rocks.xmpp.dns that return types with arguments of type TxtRecord Modifier and Type Method Description static List<TxtRecord>
DnsResolver. resolveTXT(CharSequence domain, String nameServer, long timeout)
Resolves DNS TXT records for the given domain.Methods in rocks.xmpp.dns with parameters of type TxtRecord Modifier and Type Method Description int
TxtRecord. compareTo(TxtRecord o)
-