Uses of Class
org.jivesoftware.openfire.net.SrvRecord
Packages that use SrvRecord
-
Uses of SrvRecord in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return SrvRecordMethods in org.jivesoftware.openfire.net that return types with arguments of type SrvRecordModifier and TypeMethodDescriptionDNSUtil.getDnsOverride()Returns the internal DNS that allows to specify target IP addresses and ports to use for domains.SrvRecord.prioritize(Collection<SrvRecord> records) SrvRecord.prioritize(SrvRecord[] records) 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.Performs a DNS SRV lookup.Methods in org.jivesoftware.openfire.net with parameters of type SrvRecordMethod parameters in org.jivesoftware.openfire.net with type arguments of type SrvRecordModifier and TypeMethodDescriptionSrvRecord.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 SrvRecordModifierConstructorDescriptionHappyEyeballsResolver(List<SrvRecord> serviceRecords, boolean preferIpv4, Duration resolutionDelay)