public final class SrvRecord extends Object implements Comparable<SrvRecord>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SrvRecord o) |
int |
getPort()
Gets the port on this target host of this service.
|
int |
getPriority()
Gets the priority of this target host.
|
String |
getTarget()
Gets the domain name of the target host.
|
int |
getWeight()
Gets the weight of this target host.
|
String |
toString() |
public final int getPriority()
public final int getWeight()
public final int getPort()
public final String getTarget()
public final int compareTo(SrvRecord o)
compareTo in interface Comparable<SrvRecord>Copyright © 2014–2016 XMPP.rocks. All rights reserved.