-
Methods in io.qt.network that return QSsl.SslOption
Modifier and Type |
Method |
Description |
QSsl.SslOption[] |
QSsl.SslOptions.flags() |
Returns an array of flag objects represented by this SslOptions.
|
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.
|