Uses of Class
io.qt.webengine.core.QWebEngineHttpRequest.Method
Package | Description |
---|---|
io.qt.webengine.core |
-
Uses of QWebEngineHttpRequest.Method in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEngineHttpRequest.Method Modifier and Type Method Description QWebEngineHttpRequest.Method
QWebEngineHttpRequest. method()
static QWebEngineHttpRequest.Method
QWebEngineHttpRequest.Method. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebEngineHttpRequest.Method
QWebEngineHttpRequest.Method. valueOf(String name)
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.Method Modifier and Type Method Description void
QWebEngineHttpRequest. setMethod(QWebEngineHttpRequest.Method method)
Constructors in io.qt.webengine.core with parameters of type QWebEngineHttpRequest.Method Constructor Description QWebEngineHttpRequest(QUrl url, QWebEngineHttpRequest.Method method)