Uses of Class
io.qt.network.QHostInfo
Package | Description |
---|---|
io.qt.network |
-
Uses of QHostInfo in io.qt.network
Methods in io.qt.network that return QHostInfo Modifier and Type Method Description QHostInfo
QHostInfo. clone()
static QHostInfo
QHostInfo. fromName(String name)
Methods in io.qt.network with parameters of type QHostInfo Modifier and Type Method Description void
QHostInfo. swap(QHostInfo other)
Method parameters in io.qt.network with type arguments of type QHostInfo Modifier and Type Method Description static int
QHostInfo. lookupHost(String name, QMetaObject.Slot1<QHostInfo> slot)
Looks up the IP address(es) associated with host namename
, and returns an ID for the lookup.static int
QHostInfo. lookupHost(String name, QObject context, QMetaObject.Slot1<QHostInfo> slot)
Constructors in io.qt.network with parameters of type QHostInfo Constructor Description QHostInfo(QHostInfo d)