Uses of Class
io.qt.network.QDnsLookup.Error
Package | Description |
---|---|
io.qt.network |
-
Uses of QDnsLookup.Error in io.qt.network
Methods in io.qt.network that return QDnsLookup.Error Modifier and Type Method Description QDnsLookup.Error
QDnsLookup. error()
static QDnsLookup.Error
QDnsLookup.Error. resolve(int value)
Returns the corresponding enum entry for the given value.static QDnsLookup.Error
QDnsLookup.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static QDnsLookup.Error[]
QDnsLookup.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.