Uses of Class
io.qt.network.QSslSocket.SslMode
Package | Description |
---|---|
io.qt.network |
-
Uses of QSslSocket.SslMode in io.qt.network
Fields in io.qt.network with type parameters of type QSslSocket.SslMode Modifier and Type Field Description QObject.Signal1<QSslSocket.SslMode>
QSslSocket. modeChanged
Methods in io.qt.network that return QSslSocket.SslMode Modifier and Type Method Description QSslSocket.SslMode
QSslSocket. mode()
static QSslSocket.SslMode
QSslSocket.SslMode. resolve(int value)
Returns the corresponding enum entry for the given value.QSslSocket.SslMode
QDtls. sslMode()
static QSslSocket.SslMode
QSslSocket.SslMode. valueOf(String name)
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.SslMode Constructor Description QDtls(QSslSocket.SslMode mode)
Overloaded constructor forQDtls(io.qt.network.QSslSocket.SslMode, io.qt.core.QObject)
withparent = null
.QDtls(QSslSocket.SslMode mode, QObject parent)