Uses of Enum
io.qt.webengine.core.QWebEngineHttpRequest.Method
Packages that use QWebEngineHttpRequest.Method
-
Uses of QWebEngineHttpRequest.Method in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEngineHttpRequest.MethodModifier and TypeMethodDescriptionQWebEngineHttpRequest.method()
static QWebEngineHttpRequest.Method
QWebEngineHttpRequest.Method.resolve
(int value) Returns the corresponding enum entry for the given value.static QWebEngineHttpRequest.Method
Returns the enum constant of this type with the specified name.static QWebEngineHttpRequest.Method[]
QWebEngineHttpRequest.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.core with parameters of type QWebEngineHttpRequest.MethodModifier and TypeMethodDescriptionfinal void
QWebEngineHttpRequest.setMethod
(QWebEngineHttpRequest.Method method) Constructors in io.qt.webengine.core with parameters of type QWebEngineHttpRequest.MethodModifierConstructorDescriptionQWebEngineHttpRequest
(QUrl url, QWebEngineHttpRequest.Method method)