Uses of Enum
io.qt.network.QSsl.AlertLevel
Packages that use QSsl.AlertLevel
-
Uses of QSsl.AlertLevel in io.qt.network
Fields in io.qt.network with type parameters of type QSsl.AlertLevelModifier and TypeFieldDescriptionQSslServer.alertReceivedQSslSocket.alertReceivedQSslServer.alertSentQSslSocket.alertSentMethods in io.qt.network that return QSsl.AlertLevelModifier and TypeMethodDescriptionstatic QSsl.AlertLevelQSsl.AlertLevel.resolve(int value) Returns the corresponding enum entry for the given value.static QSsl.AlertLevelReturns 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. -
Uses of QSsl.AlertLevel in io.qt.websockets
Fields in io.qt.websockets with type parameters of type QSsl.AlertLevelModifier and TypeFieldDescriptionQWebSocket.alertReceivedQWebSocketServer.alertReceivedQWebSocket.alertSentQWebSocketServer.alertSent