| 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> |
SmackException.ConnectionException.getFailedAddresses() |
List<HostAddress> |
ConnectionConfiguration.getHostAddresses() |
| Constructor and Description |
|---|
SmackException.ConnectionException(List<HostAddress> failedAddresses) |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SRVRecord |