Uses of Enum
io.qt.network.QSslSocket.SslMode
Packages that use QSslSocket.SslMode
-
Uses of QSslSocket.SslMode in io.qt.network
Fields in io.qt.network with type parameters of type QSslSocket.SslModeMethods in io.qt.network that return QSslSocket.SslModeModifier and TypeMethodDescriptionfinal QSslSocket.SslMode
QSslSocket.mode()
static QSslSocket.SslMode
QSslSocket.SslMode.resolve
(int value) Returns the corresponding enum entry for the given value.final QSslSocket.SslMode
QDtls.sslMode()
static QSslSocket.SslMode
Returns the enum constant of this type with the specified name.static QSslSocket.SslMode[]
QSslSocket.SslMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.network with parameters of type QSslSocket.SslModeModifierConstructorDescriptionQDtls
(QSslSocket.SslMode mode) Overloaded constructor forQDtls(io.qt.network.QSslSocket.SslMode, io.qt.core.QObject)
withparent = null
.QDtls
(QSslSocket.SslMode mode, QObject parent)