Uses of Class
org.jivesoftware.openfire.net.SrvRecord
-
Packages that use SrvRecord Package Description org.jivesoftware.openfire.net -
-
Uses of SrvRecord in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return SrvRecord Modifier and Type Method Description static SrvRecordSrvRecord. from(String[] srvRecordEntries, boolean directTLS)Methods in org.jivesoftware.openfire.net that return types with arguments of type SrvRecord Modifier and Type Method Description static Map<String,SrvRecord>DNSUtil. getDnsOverride()Returns the internal DNS that allows to specify target IP addresses and ports to use for domains.static List<Set<SrvRecord>>SrvRecord. prioritize(Collection<SrvRecord> records)static List<Set<SrvRecord>>SrvRecord. prioritize(SrvRecord[] records)static List<Set<SrvRecord>>DNSUtil. resolveXMPPDomain(String domain, int defaultPort)Returns a collection of host names and ports that the specified XMPP domain can be reached at for server-to-server communication.static List<SrvRecord>DNSUtil. srvLookup(String service, String proto, String name)Performs a DNS SRV lookup.Methods in org.jivesoftware.openfire.net with parameters of type SrvRecord Modifier and Type Method Description static List<Set<SrvRecord>>SrvRecord. prioritize(SrvRecord[] records)Method parameters in org.jivesoftware.openfire.net with type arguments of type SrvRecord Modifier and Type Method Description static List<Set<SrvRecord>>SrvRecord. prioritize(Collection<SrvRecord> records)static voidDNSUtil. setDnsOverride(Map<String,SrvRecord> dnsOverride)Sets the internal DNS that allows to specify target IP addresses and ports to use for domains.Constructor parameters in org.jivesoftware.openfire.net with type arguments of type SrvRecord Constructor Description HappyEyeballsResolver(List<SrvRecord> serviceRecords, boolean preferIpv4, Duration resolutionDelay)
-