Uses of Class
io.qt.network.QSsl.SslOption
Package | Description |
---|---|
io.qt.network |
-
Uses of QSsl.SslOption in io.qt.network
Methods in io.qt.network that return QSsl.SslOption Modifier and Type Method Description static QSsl.SslOption
QSsl.SslOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QSsl.SslOption
QSsl.SslOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSsl.SslOption[]
QSsl.SslOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network with parameters of type QSsl.SslOption Modifier and Type Method Description void
QSslConfiguration. setSslOption(QSsl.SslOption option, boolean on)
boolean
QSslConfiguration. testSslOption(QSsl.SslOption option)