Uses of Class
io.qt.network.QSsl.SupportedFeature
Package | Description |
---|---|
io.qt.network |
-
Uses of QSsl.SupportedFeature in io.qt.network
Methods in io.qt.network that return QSsl.SupportedFeature Modifier and Type Method Description static QSsl.SupportedFeature
QSsl.SupportedFeature. resolve(int value)
Returns the corresponding enum entry for the given value.static QSsl.SupportedFeature
QSsl.SupportedFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSsl.SupportedFeature[]
QSsl.SupportedFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network that return types with arguments of type QSsl.SupportedFeature Modifier and Type Method Description static QList<QSsl.SupportedFeature>
QSslSocket. supportedFeatures()
Overloaded function forQSslSocket.supportedFeatures(java.lang.String)
withbackendName = ""
.static QList<QSsl.SupportedFeature>
QSslSocket. supportedFeatures(String backendName)
Methods in io.qt.network with parameters of type QSsl.SupportedFeature Modifier and Type Method Description static boolean
QSslSocket. isFeatureSupported(QSsl.SupportedFeature feat)
Overloaded function forQSslSocket.isFeatureSupported(io.qt.network.QSsl.SupportedFeature, java.lang.String)
withbackendName = ""
.static boolean
QSslSocket. isFeatureSupported(QSsl.SupportedFeature feat, String backendName)