| Package | Description |
|---|---|
| tigase.util.dns |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,DNSEntry> |
DNSResolverDefault.ip_cache |
| Modifier and Type | Method and Description |
|---|---|
default DNSEntry[] |
DNSResolverIfc.getHostSRV_Entries(String hostname)
Retrieves list of SRV DNS entries for given
hostname. |
default DNSEntry[] |
DNSResolverIfc.getHostSRV_Entries(String hostname,
String service,
int defPort)
Retrieves list of DNS entries for given
hostname. |
DNSEntry[] |
DNSResolverDefault.getHostSRV_Entries(String hostname,
String service,
int defPort) |
default DNSEntry |
DNSResolverIfc.getHostSRV_Entry(String hostname)
Retrieves service DNS entry with highest priority for given
hostname. |
default DNSEntry |
DNSResolverIfc.getHostSRV_Entry(String hostname,
String service,
int defPort)
Retrieves list of DNS entries for given
hostname. |
| Modifier and Type | Method and Description |
|---|---|
int |
DNSEntry.compareTo(DNSEntry o) |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.