| Package | Description |
|---|---|
| rocks.xmpp.dns |
Provides classes for minimalistic DNS resolution for SRV and TXT records.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SrvRecord> |
DnsResolver.resolveSRV(CharSequence service,
CharSequence domain,
long timeout)
Resolves DNS SRV records for the given domain.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SrvRecord.compareTo(SrvRecord o) |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.