|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.util.DNSResolver
public class DNSResolver
Describe class DNSResolver here. Created: Mon Sep 11 09:59:02 2006
| Field Summary | |
|---|---|
static Map<String,DNSEntry> |
ip_cache
|
static Map<String,DNSEntry[]> |
srv_cache
|
| Constructor Summary | |
|---|---|
DNSResolver()
|
|
| Method Summary | |
|---|---|
static String |
getDefaultHostname()
Method description |
static String[] |
getDefHostNames()
Method description |
static String |
getHostIP(String hostname)
Method description |
static DNSEntry[] |
getHostSRV_Entries(String hostname)
Method description |
static DNSEntry |
getHostSRV_Entry(String hostname)
Method description |
static String |
getHostSRV_IP(String hostname)
Method description |
static void |
main(String[] args)
Describe main method here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Map<String,DNSEntry[]> srv_cache
public static Map<String,DNSEntry> ip_cache
| Constructor Detail |
|---|
public DNSResolver()
| Method Detail |
|---|
public static String[] getDefHostNames()
public static String getDefaultHostname()
public static String getHostIP(String hostname)
throws UnknownHostException
hostname -
UnknownHostException
public static DNSEntry[] getHostSRV_Entries(String hostname)
throws UnknownHostException
hostname -
UnknownHostException
public static DNSEntry getHostSRV_Entry(String hostname)
throws UnknownHostException
hostname -
UnknownHostException
public static String getHostSRV_IP(String hostname)
throws UnknownHostException
hostname -
UnknownHostException
public static void main(String[] args)
throws Exception
main method here.
args - a String[] value
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||