Uses of Class
io.qt.network.QSsl.ImplementedClass
Package | Description |
---|---|
io.qt.network |
-
Uses of QSsl.ImplementedClass in io.qt.network
Methods in io.qt.network that return QSsl.ImplementedClass Modifier and Type Method Description static QSsl.ImplementedClass
QSsl.ImplementedClass. resolve(int value)
Returns the corresponding enum entry for the given value.static QSsl.ImplementedClass
QSsl.ImplementedClass. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSsl.ImplementedClass[]
QSsl.ImplementedClass. 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.ImplementedClass Modifier and Type Method Description static QList<QSsl.ImplementedClass>
QSslSocket. implementedClasses()
Overloaded function forQSslSocket.implementedClasses(java.lang.String)
withbackendName = ""
.static QList<QSsl.ImplementedClass>
QSslSocket. implementedClasses(String backendName)
Methods in io.qt.network with parameters of type QSsl.ImplementedClass Modifier and Type Method Description static boolean
QSslSocket. isClassImplemented(QSsl.ImplementedClass cl)
Overloaded function forQSslSocket.isClassImplemented(io.qt.network.QSsl.ImplementedClass, java.lang.String)
withbackendName = ""
.static boolean
QSslSocket. isClassImplemented(QSsl.ImplementedClass cl, String backendName)