java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QDnsServiceRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QDnsServiceRecord extends QtObject implements Cloneable
Stores information about a DNS SRV record
Java wrapper for Qt class QDnsServiceRecord
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QDnsServiceRecord()
QDnsServiceRecord(QDnsServiceRecord other)
protected
QDnsServiceRecord(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QDnsServiceRecord
clone()
String
name()
short
port()
short
priority()
void
swap(QDnsServiceRecord other)
String
target()
int
timeToLive()
short
weight()
-
Constructor Details
-
QDnsServiceRecord
public QDnsServiceRecord() -
QDnsServiceRecord
-
QDnsServiceRecord
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details