| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.util |
Utility classes.
|
| org.jivesoftware.smack.util.dns |
| Modifier and Type | Field and Description |
|---|---|
protected List<HostAddress> |
ConnectionConfiguration.hostAddresses |
| Modifier and Type | Method and Description |
|---|---|
List<HostAddress> |
ConnectionConfiguration.getHostAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionConfiguration.setUsedHostAddress(HostAddress hostAddress) |
| Modifier and Type | Method and Description |
|---|---|
static List<HostAddress> |
DNSUtil.resolveXMPPDomain(String domain)
Returns a list of HostAddresses under which the specified XMPP server can
be reached at for client-to-server communication.
|
static List<HostAddress> |
DNSUtil.resolveXMPPServerDomain(String domain)
Returns a list of HostAddresses under which the specified XMPP server can
be reached at for server-to-server communication.
|
protected static List<HostAddress> |
DNSUtil.sortSRVRecords(List<SRVRecord> records)
Sort a given list of SRVRecords as described in RFC 2782 Note that we
follow the RFC with one exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SRVRecord |
Copyright © 2014. All Rights Reserved.