|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.util.SRVRecord
public class SRVRecord
This class describes an DNS'S SRV record.
| Constructor Summary | |
|---|---|
SRVRecord(org.xbill.DNS.SRVRecord record)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getName()
Get domain name. |
int |
getPort()
Get port. |
int |
getPriority()
Get priority. |
String |
getTarget()
Get target. |
long |
getTTL()
Get DNS TTL. |
int |
getWeight()
Get weight. |
String |
toString()
Returns the toString of the org.xbill.DNS.SRVRecord that was passed to the constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SRVRecord(org.xbill.DNS.SRVRecord record)
record - DNSJava SRVRecord| Method Detail |
|---|
public int getPort()
public String getTarget()
public int getPriority()
public int getWeight()
public long getTTL()
public String getName()
public String toString()
toString in class Object
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||