Uses of Enum
io.qt.network.QSsl.SupportedFeature
Packages that use QSsl.SupportedFeature
-
Uses of QSsl.SupportedFeature in io.qt.network
Methods in io.qt.network that return QSsl.SupportedFeatureModifier and TypeMethodDescriptionstatic QSsl.SupportedFeature
QSsl.SupportedFeature.resolve
(int value) Returns the corresponding enum entry for the given value.static QSsl.SupportedFeature
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.SupportedFeatureModifier and TypeMethodDescriptionstatic 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.SupportedFeatureModifier and TypeMethodDescriptionstatic 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)