| Package | Description |
|---|---|
| tigase.util |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,DNSEntry> |
DNSResolver.ip_cache
Field description
|
| Modifier and Type | Method and Description |
|---|---|
static DNSEntry[] |
DNSResolver.getHostSRV_Entries(String hostname)
Retrieves list of SRV DNS entries for given
hostname. |
static DNSEntry[] |
DNSResolver.getHostSRV_Entries(String hostname,
String service,
int defPort)
Retrieves list of DNS entries for given
hostname. |
static DNSEntry |
DNSResolver.getHostSRV_Entry(String hostname)
Retrieves service DNS entry with highest priority for given
hostname. |
static DNSEntry |
DNSResolver.getHostSRV_Entry(String hostname,
String service,
int defPort)
Retrieves list of DNS entries for given
hostname. |
Copyright © 2015 Tigase. All rights reserved.