| Package | Description |
|---|---|
| org.jivesoftware.openfire.net |
| Modifier and Type | Class and Description |
|---|---|
static class |
DNSUtil.WeightedHostAddress
The representation of weighted address.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DNSUtil.HostAddress> |
DNSUtil.getDnsOverride()
Returns the internal DNS that allows to specify target IP addresses and ports
to use for domains.
|
static List<DNSUtil.HostAddress> |
DNSUtil.resolveXMPPDomain(String domain,
int defaultPort)
Returns a sorted list of host names and ports that the specified XMPP
domain can be reached at for server-to-server communication.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DNSUtil.setDnsOverride(Map<String,DNSUtil.HostAddress> dnsOverride)
Sets the internal DNS that allows to specify target IP addresses and ports
to use for domains.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.