| Package | Description |
|---|---|
| org.jivesoftware.smack.util |
Utility classes.
|
| org.jivesoftware.smack.util.dns |
| Modifier and Type | Method and Description |
|---|---|
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 | Method and Description |
|---|---|
List<SRVRecord> |
DNSJavaResolver.lookupSRVRecords(String name) |
List<SRVRecord> |
DNSResolver.lookupSRVRecords(String name)
Gets a list of service records for the specified service.
|
List<SRVRecord> |
JavaxResolver.lookupSRVRecords(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
SRVRecord.compareTo(SRVRecord other) |
Copyright © 2014. All Rights Reserved.