java.lang.Object
io.qt.QtObject
io.qt.network.QDnsServiceRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Stores information about a DNS SRV record
Java wrapper for Qt class QDnsServiceRecord
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QDnsServiceRecord
public QDnsServiceRecord() -
QDnsServiceRecord
- Parameters:
other
-
-
-
Method Details
-
name
- Returns:
-
assign
- Parameters:
other
-
-
port
- Returns:
-
priority
- Returns:
-
swap
- Parameters:
other
-
-
target
- Returns:
-
timeToLive
- Returns:
-
weight
- Returns:
-
clone
Creates and returns a copy of this object.
-