| Package | Description |
|---|---|
| org.jivesoftware.smack.util |
Utility classes.
|
| org.jivesoftware.smack.util.dns |
| Modifier and Type | Method and Description |
|---|---|
static DNSResolver |
DNSUtil.getDNSResolver()
Returns the current DNS resolved used to perform DNS lookups.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DNSUtil.setDNSResolver(DNSResolver resolver)
Set the DNS resolver that should be used to perform DNS lookups.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DNSJavaResolver
This implementation uses the dnsjava
implementation for resolving DNS addresses.
|
class |
JavaxResolver
A DNS resolver (mostly for SRV records), which makes use of the API provided
in the javax.* namespace.
|
| Modifier and Type | Method and Description |
|---|---|
static DNSResolver |
DNSJavaResolver.getInstance() |
static DNSResolver |
JavaxResolver.getInstance() |
Copyright © 2014. All Rights Reserved.