Uses of Enum
io.qt.network.QSsl.AlertType
Packages that use QSsl.AlertType
-
Uses of QSsl.AlertType in io.qt.network
Fields in io.qt.network with type parameters of type QSsl.AlertTypeModifier and TypeFieldDescriptionQSslServer.alertReceivedQSslSocket.alertReceivedQSslServer.alertSentQSslSocket.alertSentMethods in io.qt.network that return QSsl.AlertTypeModifier and TypeMethodDescriptionstatic QSsl.AlertTypeQSsl.AlertType.resolve(int value) Returns the corresponding enum entry for the given value.static QSsl.AlertTypeReturns the enum constant of this type with the specified name.static QSsl.AlertType[]QSsl.AlertType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QSsl.AlertType in io.qt.websockets
Fields in io.qt.websockets with type parameters of type QSsl.AlertTypeModifier and TypeFieldDescriptionQWebSocket.alertReceivedQWebSocketServer.alertReceivedQWebSocket.alertSentQWebSocketServer.alertSent