|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.util.DNSEntry
public class DNSEntry
Created: Dec 19, 2009 10:29:23 PM
| Constructor Summary | |
|---|---|
DNSEntry(String hostname,
String ip)
Constructs ... |
|
DNSEntry(String hostname,
String ip,
int port)
Constructs ... |
|
DNSEntry(String hostname,
String dnsResultHost,
String ip,
int port,
long ttl,
int priority,
int weight)
|
|
| Method Summary | |
|---|---|
String |
getDnsResultHost()
Method description |
String |
getHostname()
Method description |
String |
getIp()
Method description |
int |
getPort()
Method description |
int |
getPriority()
Method description |
long |
getTtl()
Method description |
int |
getWeight()
Method description |
String |
toString()
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DNSEntry(String hostname,
String ip)
hostname - ip -
public DNSEntry(String hostname,
String ip,
int port)
hostname - port - ip -
public DNSEntry(String hostname,
String dnsResultHost,
String ip,
int port,
long ttl,
int priority,
int weight)
hostname - dnsResultHost - ip - port - ttl - priority - weight - | Method Detail |
|---|
public String getDnsResultHost()
public String getHostname()
public String getIp()
public int getPort()
public int getPriority()
public long getTtl()
public int getWeight()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||