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