Uses of Class
io.qt.network.QSsl.AlertLevel
Package | Description |
---|---|
io.qt.network |
-
Uses of QSsl.AlertLevel in io.qt.network
Fields in io.qt.network with type parameters of type QSsl.AlertLevel Modifier and Type Field Description QObject.Signal3<QSsl.AlertLevel,QSsl.AlertType,String>
QSslSocket. alertReceived
QObject.Signal3<QSsl.AlertLevel,QSsl.AlertType,String>
QSslSocket. alertSent
Methods in io.qt.network that return QSsl.AlertLevel Modifier and Type Method Description static QSsl.AlertLevel
QSsl.AlertLevel. resolve(int value)
Returns the corresponding enum entry for the given value.static QSsl.AlertLevel
QSsl.AlertLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSsl.AlertLevel[]
QSsl.AlertLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.